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