ComponentOne DataObjects for .NET
Delete Method (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : Delete Method
The index of the row to delete. This is an index in the data view, not in the source table view or table.
Deletes a row from the source table view or table.
Syntax
'Declaration
 
Public Sub Delete( _
   ByVal index As System.Integer _
) 
public void Delete( 
   System.int index
)

Parameters

index
The index of the row to delete. This is an index in the data view, not in the source table view or table.
Remarks
After this method, the row is deleted from the source, from the data view and from all other data views based on that source.
See Also

Reference

C1DataView Class
C1DataView Members