dotConnect for SQLite Documentation
Devart.Common Namespace / DbDataTable Class / Clear() Method

In This Topic
    Clear() Method
    In This Topic
    Clears DbDataTable and stops Fill operation.
    Clears DbDataTable and stops Fill operation.
    Syntax
    'Declaration
     
    Public Shadows Sub Clear() 
    public new void Clear()
    Remarks
    This method clears all information except table schema and sets Active property to false.
    See Also