5 references to DontKnow
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
38
private HasRowsStatus _hasRows = HasRowsStatus.
DontKnow
;
179
if (_hasRows == HasRowsStatus.
DontKnow
){
321
_hasRows = HasRowsStatus.
DontKnow
;
1629
if (_hasRows == HasRowsStatus.
DontKnow
) {
1700
_hasRows = HasRowsStatus.
DontKnow
;