2 references to HandleConcatFunction
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (2)
103
functionHandlers.Add("CONCAT",
HandleConcatFunction
);
188
functionHandlers.Add("Concat",
HandleConcatFunction
);