5 writes to _hasRows
System.Data.Odbc (5)
System\Data\Odbc\OdbcDataReader.cs (5)
375
_hasRows
= HasRowsStatus.DontKnow;
1845
_hasRows
= HasRowsStatus.HasRows;
1849
_hasRows
= HasRowsStatus.HasRows;
1856
_hasRows
= HasRowsStatus.HasNoRows;
1935
_hasRows
= HasRowsStatus.DontKnow;
3 references to _hasRows
System.Data.Odbc (3)
System\Data\Odbc\OdbcDataReader.cs (3)
201
if (
_hasRows
== HasRowsStatus.DontKnow)
206
return (
_hasRows
== HasRowsStatus.HasRows);
1854
if (
_hasRows
== HasRowsStatus.DontKnow)