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)
163return _hasRows; 1251_isRead = retflag = _hasRows;