dotConnect for MySQL Documentation
Devart.Data.MySql.Synchronization Namespace / MySqlSyncScopeProvisioning Class / MySqlSyncScopeProvisioning Constructor / MySqlSyncScopeProvisioning Constructor(MySqlConnection)
A connection to perform the provisioning operation over.

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

Parameters

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