dotConnect for MySQL Documentation
Devart.Data.MySql.Synchronization Namespace / MySqlSyncScopeDeprovisioning Class / MySqlSyncScopeDeprovisioning Constructor
A connection to perform the deprovisioning operation over.

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

Parameters

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