3 writes to _currentRow
System.Data.OleDb (3)
OleDbDataReader.cs (3)
761
_currentRow
= 0;
1457
_currentRow
++;
1790
_currentRow
= 0;
4 references to _currentRow
System.Data.OleDb (4)
OleDbDataReader.cs (4)
1430
Debug.Assert(0 ==
_currentRow
, "incorrect state for _currentRow");
1438
return ((
_currentRow
<= (int)_rowFetchedCount) && _isRead);
1458
if (
_currentRow
== (int)_rowFetchedCount)
1745
IntPtr rowHandle = _rowHandleNativeBuffer.GetRowHandle(
_currentRow
);