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