1 write to _row
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
911
_row
= row;
4 references to _row
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (4)
909
if (
_row
!= row || _column != column)
948
SetCurrentRowColumnInfo(
_row
, i);
1565
SetCurrentRowColumnInfo(
_row
, i);
1648
SetCurrentRowColumnInfo(
_row
+ 1, 0);