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

On this page
    Clone() Method
    On this page
    Clones the structure of the DbDataTable, including all System.Data.DataTable schemes and constraints.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As DataTable
    public override DataTable Clone()

    Return Value

    A new DbDataTable with the same schema as the current DbDataTable.
    See Also