dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataTable Class / Clone() Method

In This Topic
    Clone() Method
    In This Topic
    Clones the current instance of SQLiteDataTable.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As DataTable
    public override DataTable Clone()

    Return Value

    A new instance of SQLiteDataTable.
    See Also