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