21 references to IJ
System.Data.Entity (21)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (5)
97rootNode = IsolateByOperator(rootNode, CellTreeOpType.IJ); 277if (rootNode.Children[0].OpType == CellTreeOpType.IJ) 487Debug.Assert(opTypeToIsolate == CellTreeOpType.IJ || opTypeToIsolate == CellTreeOpType.LOJ 585case CellTreeOpType.IJ: 638CellTreeNode n = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.IJ, n1, n2);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (5)
62Debug.Assert(rootNode.OpType == CellTreeOpType.LOJ || rootNode.OpType == CellTreeOpType.IJ || 396inputOpType = CellTreeOpType.IJ; 423case CellTreeOpType.IJ: 460case CellTreeOpType.IJ: 590if (opType == CellTreeOpType.IJ)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
112case CellTreeOpType.IJ:
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
1194case TileOpKind.Join: opType = CellTreeOpType.IJ; break;
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (3)
78sQueryTree = new OpCellTreeNode(_viewgenContext, CellTreeOpType.IJ, complementSQueryTreeForCondition, _basicView); 261new OpCellTreeNode(_viewgenContext, CellTreeOpType.IJ, sQueryTreeForDomainValue, sQueryTree); 408OpCellTreeNode node = new OpCellTreeNode(_viewgenContext, CellTreeOpType.IJ);
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
140return opType == CellTreeOpType.IJ || opType == CellTreeOpType.Union ||
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (5)
141case CellTreeOpType.IJ: 340Debug.Assert(OpType == CellTreeOpType.IJ || 448else if (opType == CellTreeOpType.IJ) 602case CellTreeOpType.IJ: 633case CellTreeOpType.IJ: return "INNER JOIN";