5 writes to _hasRows
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
321
_hasRows
= HasRowsStatus.DontKnow;
1620
_hasRows
= HasRowsStatus.HasRows;
1624
_hasRows
= HasRowsStatus.HasRows;
1630
_hasRows
= HasRowsStatus.HasNoRows;
1700
_hasRows
= HasRowsStatus.DontKnow;
3 references to _hasRows
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (3)
179
if (
_hasRows
== HasRowsStatus.DontKnow){
183
return (
_hasRows
== HasRowsStatus.HasRows);
1629
if (
_hasRows
== HasRowsStatus.DontKnow) {