Overload | Description |
---|---|
PgSqlSyncProvider Constructor() | Initializes a new instance of the PgSqlSyncProvider class with default values. |
PgSqlSyncProvider Constructor(String,PgSqlConnection) | Initializes a new instance of the PgSqlSyncProvider class with the specified synchronization scope name and connection. |
PgSqlSyncProvider Constructor(String,PgSqlConnection,String) | Initializes a new instance of the PgSqlSyncProvider class with the specified synchronization scope name, connection, and object preffix. |
PgSqlSyncProvider Constructor(String,PgSqlConnection,String,String) | Initializes a new instance of the PgSqlSyncProvider class with the specified synchronization scope name, connection, object preffix, and object schema. |