'Declaration Public Function New( _ ByVal connection As PgSqlConnection, _ ByVal tableDescription As DbSyncTableDescription _ )
public PgSqlSyncTableProvisioning( PgSqlConnection connection, DbSyncTableDescription tableDescription )
Parameters
- connection
- A connection to perform the provisioning operation over.
- tableDescription
- The description of the table to provision.