'Declaration Public Function New( _ ByVal scopeName As String, _ ByVal connection As DB2Connection, _ ByVal objectPrefix As String, _ ByVal objectSchema As String _ )
public DB2SyncProvider( string scopeName, DB2Connection connection, string objectPrefix, string objectSchema )
Parameters
- scopeName
- The name of the scope to synchronize.
- connection
- The connection to the database to synchronize.
- objectPrefix
- The preffix for names of Sync Framework metadata objects. Must match to the preffix, specified in the Devart.Data.Synchronization.SyncScopeProvisioning.ObjectPrefix property of the Devart.Data.Synchronization.SyncScopeProvisioning class descendant, that was used to provision the scope.
- objectSchema
- The schema containing Sync Framework metadata objects.