6 references to CreateOuterApplyOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
902return CopyDefault(m_destCmd.CreateOuterApplyOp(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2428applyOp = _iqtCommand.CreateOuterApplyOp();
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2522op = Command.CreateOuterApplyOp();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
165OuterApplyOp op = m_command.CreateOuterApplyOp();
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3312applyNode.Op = context.Command.CreateOuterApplyOp(); 4277var outerApplyNode = command.CreateNode(command.CreateOuterApplyOp(), scanTable, n);