4 references to HandleDatepartDateFunction
System.Data.Entity (4)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (4)
104
functionHandlers.Add("DATEADD",
HandleDatepartDateFunction
);
105
functionHandlers.Add("DATEDIFF",
HandleDatepartDateFunction
);
106
functionHandlers.Add("DATENAME",
HandleDatepartDateFunction
);
107
functionHandlers.Add("DATEPART",
HandleDatepartDateFunction
);