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