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