3 references to AggregateDistinct
System.Data.Entity (3)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
153
result = CqtBuilder.
AggregateDistinct
(newFunction, newArguments[0]);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1296
functionAggregate = DbExpressionBuilder.
AggregateDistinct
(functionType, args[0]);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1753
newFuncAgg = funcAggOp.AggFunc.
AggregateDistinct
(aggDef);