dotConnect for DB2 Documentation
Devart.Common Namespace / DbDataSet Class / Clear Method

On this page
    Clear Method (DbDataSet)
    On this page
    Clears the DbDataSet of any data by removing all rows in all tables.
    Clears the DbDataSet of any data by removing all rows in all tables.
    Syntax
    'Declaration
     
    Public Shadows Sub Clear() 
    public new void Clear()
    See Also