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