dotConnect for SQLite Documentation
Devart.Data.SQLite.Synchronization Namespace / SQLiteSyncScopeDeprovisioning Class / SQLiteSyncScopeDeprovisioning Constructor
A connection to perform the deprovisioning operation over.

On this page
    SQLiteSyncScopeDeprovisioning Constructor
    On this page
    Initializes a new instance of the SQLiteSyncScopeDeprovisioning class with the specified connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As SQLiteConnection _
    )
    public SQLiteSyncScopeDeprovisioning( 
       SQLiteConnection connection
    )

    Parameters

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