2 writes to first
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2905
this.
first
= hasCurrentRow;
2911
this.
first
= false;
2 references to first
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2910
if (this.
first
) {
2960
get { return this.
first
|| this.reader.HasRows; }