8 references to HandleCanonicalFunctionDatepart
System.Data.Entity (8)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (8)
152
functionHandlers.Add("Year",
HandleCanonicalFunctionDatepart
);
153
functionHandlers.Add("Month",
HandleCanonicalFunctionDatepart
);
154
functionHandlers.Add("Day",
HandleCanonicalFunctionDatepart
);
155
functionHandlers.Add("Hour",
HandleCanonicalFunctionDatepart
);
156
functionHandlers.Add("Minute",
HandleCanonicalFunctionDatepart
);
157
functionHandlers.Add("Second",
HandleCanonicalFunctionDatepart
);
158
functionHandlers.Add("Millisecond",
HandleCanonicalFunctionDatepart
);
159
functionHandlers.Add("DayOfYear",
HandleCanonicalFunctionDatepart
);