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