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