DataRowView::Delete Method ()
.NET Framework (current version)
Deletes a row.
Assembly: System.Data (in System.Data.dll)
The row is not permanently deleted until AcceptChanges is invoked on the DataTable that the row belongs to.
Note |
|---|
A DataRowView may be invalid when a DataRow is deleted from the underlying table. When the DataRowView becomes invalid, operations that access values associated with T:System.Data.DataRowView, such as Delete, throw an exception. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
