3 references to
System.Data.Common (3)
System\Data\DataRowCollection.cs (2)
41
public DataRow this[int index] => _list
[
index];
78
if (_list
[
pos] != null)
System\Data\Selection.cs (1)
176
return _records
[
recordIndex];