12 references to GetRecord
System.Data.Common (12)
System\Data\DataRelation.cs (1)
274
return parentKey.Table._recordManager[index.
GetRecord
(range.Min)];
System\Data\DataTable.cs (6)
2133
return range.IsNull ? null : _recordManager[ndx.
GetRecord
(range.Min)];
3055
return _recordManager[index.
GetRecord
(range.Min)];
3066
return _recordManager[index.
GetRecord
(range.Min)];
4700
int resultRecord = _loadIndex.
GetRecord
(result);
4808
int resultRecord = index.
GetRecord
(result);
5040
int resultRecord = searchIndex.
GetRecord
(i);
System\Data\DataView.cs (2)
1019
return _index!.GetIndex(findIndex.
GetRecord
(recordRange.Min));
1220
_index.
GetRecord
(recordIndex);
System\Data\Select.cs (2)
758
int recNo = _index.
GetRecord
(i);
776
int recNo = _index.
GetRecord
(i);
System\Data\Selection.cs (1)
697
public DataRow GetRow(int i) => _table._recordManager[
GetRecord
(i)];