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