3 references to AggFunc
System.Data.Entity (3)
System\Data\Query\InternalTrees\OpCopier.cs (1)
419
return CopyDefault(m_destCmd.CreateAggregateOp(op.
AggFunc
, op.IsDistinctAggregate), n);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
1753
newFuncAgg = funcAggOp.
AggFunc
.AggregateDistinct(aggDef);
1757
newFuncAgg = funcAggOp.
AggFunc
.Aggregate(aggDef);