2 references to Delete
System.Data.Common (2)
System\Data\DataRowView.cs (1)
220public void Delete() => _dataView.Delete(Row);
System\Data\DataView.cs (1)
678public void Delete(int index) => Delete(GetRow(index));