1 write to records
System.Data (1)
fx\src\data\System\Data\Select.cs (1)
479
this.
records
= GetLinearFilteredRecords(range);
9 references to records
System.Data (9)
fx\src\data\System\Data\Select.cs (9)
480
this.recordCount = this.
records
.Length;
492
newRows[i] = table.recordManager[
records
[i]];
744
record =
records
[i + j >> 1];
746
while (CompareRecords(
records
[i], record) < 0) i++;
747
while (CompareRecords(
records
[j], record) > 0) j--;
749
int r =
records
[i];
750
records
[i] =
records
[j];
751
records
[j] = r;