6 references to SelectDistinctFlag
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
247
CellQuery rightQuery = new CellQuery(rightSlots, rightQueryWhereClause, rightExtent, originalCell.GetRightQuery(viewTarget).
SelectDistinctFlag
);
248
CellQuery leftQuery = new CellQuery(leftSlots, leftQueryWhereClause, leftExtent, originalCell.GetLeftQuery(viewTarget).
SelectDistinctFlag
);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
524
CellQuery.SelectDistinct elimDupl = MergeDupl(query1.
SelectDistinctFlag
, query2.
SelectDistinctFlag
);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
196
ExtentCqlBlock result = new ExtentCqlBlock(cellQuery.Extent, cellQuery.
SelectDistinctFlag
, totalProjectedSlots.ToArray(),
System\Data\Mapping\ViewGeneration\Validator.cs (1)
285
if (cell.SQuery.
SelectDistinctFlag
== CellQuery.SelectDistinct.Yes)