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

On this page
    Clone Method (DbDataSet)
    On this page
    Copies the structure of the DbDataSet, including all DbDataTable schemas, relations, and constraints. Does not copy any data.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As DataSet
    public override DataSet Clone()
    See Also