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)
584if (_recordCount == 0) 586Sort(0, _recordCount - 1); 594DataRow[] newRows = _table.NewRowArray(_recordCount);