3 references to No
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
344CellQuery cQuery = new CellQuery(cSlots, cQueryWhereClause, cRootExtent, CellQuery.SelectDistinct.No /*no distinct flag*/); 346fragmentMap.IsSQueryDistinct ? CellQuery.SelectDistinct.Yes : CellQuery.SelectDistinct.No);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
541return CellQuery.SelectDistinct.No;