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