dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / Clone() Method

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

    Return Value

    A new instance of PgSqlDataTable.
    See Also