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