2 writes to hasCurrentRow
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2503
this.
hasCurrentRow
= this.BufferReader.Read();
2506
this.
hasCurrentRow
= this.DataReader.Read();
5 references to hasCurrentRow
System.Data.Linq (5)
SqlClient\Reader\ObjectReaderCompiler.cs (5)
2508
if (!this.
hasCurrentRow
) {
2513
return this.
hasCurrentRow
;
2522
if (this.BufferReader == null && (this.
hasCurrentRow
|| !this.hasRead)) {
2532
bufferTable.Load(new Rereader(this.DataReader, this.
hasCurrentRow
, null), LoadOption.OverwriteChanges);
2535
if (this.
hasCurrentRow
) {