12 references to GetRecord
System.Data (12)
fx\src\data\System\Data\DataRelation.cs (1)
286
return parentKey.Table.recordManager[index.
GetRecord
(range.Min)];
fx\src\data\System\Data\DataTable.cs (6)
1986
return this.recordManager[ndx.
GetRecord
(range.Min)];
2804
return recordManager[index.
GetRecord
(range.Min)];
2812
return recordManager[index.
GetRecord
(range.Min)];
4221
int resultRecord = loadIndex.
GetRecord
(result);
4309
int resultRecord = index.
GetRecord
(result);
4512
int resultRecord = searchIndex.
GetRecord
(i);
fx\src\data\System\Data\DataView.cs (2)
1099
return index.GetIndex(findIndex.
GetRecord
(recordRange.Min));
1268
return index.
GetRecord
(recordIndex);
fx\src\data\System\Data\Select.cs (2)
636
int recNo = index.
GetRecord
(i);
650
int recNo = index.
GetRecord
(i);
fx\src\data\System\Data\Selection.cs (1)
668
return table.recordManager[
GetRecord
(i)];