2 references to CreateFullOuterJoinOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
880return CopyDefault(m_destCmd.CreateFullOuterJoinOp(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2356joinOp = _iqtCommand.CreateFullOuterJoinOp();