1 write to _recordCount
System.Data.Common (1)
System\Data\Select.cs (1)
583
_recordCount
= _records.Length;
3 references to _recordCount
System.Data.Common (3)
System\Data\Select.cs (3)
584
if (
_recordCount
== 0)
586
Sort(0,
_recordCount
- 1);
594
DataRow[] newRows = _table.NewRowArray(
_recordCount
);