3 references to CreateDistinctOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1017
DistinctOp newDistinctOp = m_destCmd.
CreateDistinctOp
(newDistinctKeys);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1054
n.Op = m_command.
CreateDistinctOp
(newKeys);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4192
newNode = command.CreateNode(command.
CreateDistinctOp
(command.CreateVarVec(op.Keys)), newNode);