1 write to _row
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
1063
_row
= row;
4 references to _row
System.Data.Odbc (4)
System\Data\Odbc\OdbcDataReader.cs (4)
1061
if (
_row
!= row || _column != column)
1108
SetCurrentRowColumnInfo(
_row
, i);
1782
SetCurrentRowColumnInfo(
_row
, i);
1876
SetCurrentRowColumnInfo(
_row
+ 1, 0);