1 write to IsTopMost
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
526
sqlStatement.
IsTopMost
= true;
2 references to IsTopMost
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlSelectStatement.cs (2)
169
this.select = new SqlSelectClauseBuilder(delegate() { return this.
IsTopMost
; });
275
if ((null != this.orderBy) && !this.OrderBy.IsEmpty && (this.
IsTopMost
|| this.Select.Top != null))