RecordSet Row Delete Method NReco.Data Class Library Documentation

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public void Delete()
Remarks

If the State of the row is Added, the State becomes Detached and the row is removed from the table when you call AcceptChanges . The State becomes Deleted after you use the Delete  method on an existing RecordSet Row. It remains Deleted until you call AcceptChanges .
See Also