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