6 writes to _hasRows
System.Data.OleDb (6)
OleDbDataReader.cs (6)
123
_hasRows
= (null != _irow);
313
_hasRows
= false;
651
_hasRows
= false;
1216
_hasRows
= flag;
1313
_hasRows
= false;
1357
_hasRows
= false;
2 references to _hasRows
System.Data.OleDb (2)
OleDbDataReader.cs (2)
167
return
_hasRows
;
1374
_isRead = retflag =
_hasRows
;