19 references to Union
System.Data.Entity (19)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (5)
96
rootNode = IsolateByOperator(rootNode, CellTreeOpType.
Union
);
192
OpCellTreeNode unionNode = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
Union
);
295
if (opNode != null && opNode.OpType == CellTreeOpType.
Union
)
488
|| opTypeToIsolate == CellTreeOpType.
Union
,
613
case CellTreeOpType.
Union
:
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (4)
63
rootNode.OpType == CellTreeOpType.FOJ || rootNode.OpType == CellTreeOpType.
Union
||
430
case CellTreeOpType.
Union
:
482
case CellTreeOpType.
Union
:
594
else if (opType == CellTreeOpType.
Union
)
System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs (1)
46
builder.Append(OpCellTreeNode.OpToEsql(CellTreeOpType.
Union
));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
500
_context, CellTreeOpType.
Union
,
1196
case TileOpKind.Union: opType = CellTreeOpType.
Union
; break;
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (2)
200
OpCellTreeNode memberCover = new OpCellTreeNode(_viewgenContext, CellTreeOpType.
Union
);
434
OpCellTreeNode disjunctionNode = new OpCellTreeNode(_viewgenContext, CellTreeOpType.
Union
);
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
140
return opType == CellTreeOpType.IJ || opType == CellTreeOpType.
Union
||
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (4)
145
case CellTreeOpType.
Union
:
192
if (OpType == CellTreeOpType.
Union
)
223
Debug.Assert(OpType == CellTreeOpType.
Union
);
635
case CellTreeOpType.
Union
: return "UNION ALL";