ComponentOne DataObjects for .NET
Delete Method (C1DataRow)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : Delete Method
Deletes the row.
Syntax
'Declaration
 
Public Sub Delete() 
public void Delete()
Remarks
If the RowState of the row is Added, the row is removed from the data table. The RowState becomes Deleted after calling the Delete method. Deleted rows can be undeleted by calling RejectChanges.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class