2 writes to _hasRows
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
106_hasRows = (_currentDataTable.Rows.Count > 0); 161_hasRows = (_currentDataTable.Rows.Count > 0);
1 reference to _hasRows
System.Data.Common (1)
System\Data\DataTableReader.cs (1)
239return _hasRows;