4 references to SqlFunctionCallHandler
System.Data.Entity (4)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
829
if (!TypeHelpers.IsCanonicalFunction(function) && !
SqlFunctionCallHandler
.IsStoreFunction(function))
1075
result.Append(
SqlFunctionCallHandler
.GenerateFunctionCallSql(this, functionExpression));
1343
return
SqlFunctionCallHandler
.GenerateFunctionCallSql(this, e);
2669
SqlFunctionCallHandler
.WriteFunctionName(aggregateResult, functionAggregate.Function);