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