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