1 write to recordCount
System.Data (1)
fx\src\data\System\Data\Select.cs (1)
480this.recordCount = this.records.Length;
3 references to recordCount
System.Data (3)
fx\src\data\System\Data\Select.cs (3)
481if (this.recordCount == 0) 483Sort(0, this.recordCount-1); 490DataRow[] newRows = table.NewRowArray(recordCount);