17 references to LOJ
System.Data.Entity (17)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (7)
98
rootNode = IsolateByOperator(rootNode, CellTreeOpType.
LOJ
);
258
if (rootNode.OpType != CellTreeOpType.
LOJ
|| rootNode.Children.Count < 2)
381
var extentLojNode = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
LOJ
);
487
Debug.Assert(opTypeToIsolate == CellTreeOpType.IJ || opTypeToIsolate == CellTreeOpType.
LOJ
507
if (rootNode.OpType != CellTreeOpType.FOJ && rootNode.OpType != CellTreeOpType.
LOJ
||
561
if (opTypeToIsolate == CellTreeOpType.
LOJ
)
596
case CellTreeOpType.
LOJ
:
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (4)
62
Debug.Assert(rootNode.OpType == CellTreeOpType.
LOJ
|| rootNode.OpType == CellTreeOpType.IJ ||
394
if (opType == CellTreeOpType.FOJ || opType == CellTreeOpType.
LOJ
)
425
case CellTreeOpType.
LOJ
:
470
case CellTreeOpType.
LOJ
:
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
115
case CellTreeOpType.
LOJ
:
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (5)
143
case CellTreeOpType.
LOJ
:
341
OpType == CellTreeOpType.
LOJ
||
514
((opType == CellTreeOpType.
LOJ
&& childDefiningSlot > 0) ||
605
case CellTreeOpType.
LOJ
:
634
case CellTreeOpType.
LOJ
: return "LEFT OUTER JOIN";