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