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

On this page
    Clear() Method
    On this page
    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