5 references to Distinct
System.Data.Entity (5)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
151
if (aggregate.
Distinct
)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
653
if (fa.
Distinct
)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
928
if (funcAgg.
Distinct
)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630
_iqtCommand.CreateAggregateOp(funcAgg.Function, funcAgg.
Distinct
),
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
2675
if ((null != fnAggr) && (fnAggr.
Distinct
))