4 references to CreateCrossJoinOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
847return CopyDefault(m_destCmd.CreateCrossJoinOp(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2338joinOp = _iqtCommand.CreateCrossJoinOp();
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2484Node newJoinNode = m_command.CreateNode(m_command.CreateCrossJoinOp(), newChildren);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
2876newNode = command.CreateNode(command.CreateCrossJoinOp(),