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)
239
return
_hasRows
;