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