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