dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql.Synchronization Namespace / PgSqlSyncScopeProvisioning Class / PgSqlSyncScopeProvisioning Constructor / PgSqlSyncScopeProvisioning Constructor(PgSqlConnection)
A connection to perform the provisioning operation over.

In This Topic
    PgSqlSyncScopeProvisioning Constructor(PgSqlConnection)
    In This Topic
    Initializes a new instance of the PgSqlSyncScopeProvisioning class with the specified connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As PgSqlConnection _
    )
    public PgSqlSyncScopeProvisioning( 
       PgSqlConnection connection
    )

    Parameters

    connection
    A connection to perform the provisioning operation over.
    See Also