9 references to Function
System.Data.Entity (9)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
143
EdmFunction newFunction = this.VisitFunction(aggregate.
Function
);
148
if (!object.ReferenceEquals(aggregate.
Function
, newFunction) ||
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
773
Dump(funcAgg.
Function
);
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
657
VisitFunction(fa.
Function
, fa.Arguments);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
927
TreeNode funcInfo = this.VisitFunction(funcAgg.
Function
, funcAgg.Arguments);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630
_iqtCommand.CreateAggregateOp(funcAgg.
Function
, funcAgg.Distinct),
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
2662
if (TypeHelpers.IsCanonicalFunction(functionAggregate.
Function
)
2663
&& String.Equals(functionAggregate.
Function
.Name, "BigCount", StringComparison.Ordinal))
2669
SqlFunctionCallHandler.WriteFunctionName(aggregateResult, functionAggregate.
Function
);