6 writes to _hasRows
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (6)
127
_hasRows
= (null != _irow);
292
_hasRows
= false;
611
_hasRows
= false;
1100
_hasRows
= flag;
1189
_hasRows
= false;
1231
_hasRows
= false; // MDAC 85850
2 references to _hasRows
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
163
return
_hasRows
;
1251
_isRead = retflag =
_hasRows
;