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