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

In This Topic
    SQLiteSyncScopeDeprovisioning Constructor
    In This Topic
    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