3 references to GetRow
System.Data.Common (3)
System\Data\DataView.cs (3)
524public DataRowView this[int recordIndex] => GetRowView(GetRow(recordIndex)); 678public void Delete(int index) => Delete(GetRow(index)); 1383DataRow dr = GetRow(e.NewIndex);