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