2 writes to topSelect
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
142
this.
topSelect
= false;
174
this.
topSelect
= saveTop;
2 references to topSelect
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
132
bool saveTop = this.
topSelect
;
194
if ((this.
topSelect
|| select.Top != null) && select.OrderingType != SqlOrderingType.Never && this.orders != null) {