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

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