7 references to CreateInnerJoinOp
System.Data.Entity (7)
System\Data\Query\InternalTrees\OpCopier.cs (1)
858
return CopyDefault(m_destCmd.
CreateInnerJoinOp
(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2344
joinOp = _iqtCommand.
CreateInnerJoinOp
();
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
1140
augmentedJoinNode.Node.Op = m_command.
CreateInnerJoinOp
();
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
728
Node joinNode = m_command.CreateNode(m_command.
CreateInnerJoinOp
(),
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1825
joinOp = command.
CreateInnerJoinOp
();
1888
joinOp = command.
CreateInnerJoinOp
();
2461
joinOp = command.
CreateInnerJoinOp
();