dotConnect for SQLite Documentation
Devart.Data.SQLite.Synchronization Namespace / SQLiteSyncScopeDeprovisioning Class
Properties Methods

SQLiteSyncScopeDeprovisioning Class Members

The following tables list the members exposed by SQLiteSyncScopeDeprovisioning.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SQLiteSyncScopeDeprovisioning class with the specified connection.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the wait time, in seconds, for a deprovisioning command to execute before the command is stopped and an error is generated. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public PropertyGets or sets the optional preffix for names of Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public PropertyGets or sets the schema containing Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Top
Public Methods
 NameDescription
Public MethodDeprovisions the specified scope by removing all associated synchronization elements from the database. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public MethodRemoves all Sync Framework metadata tables, triggers, and stored procedures from the database. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public MethodDeprovisions the specified template and all scopes that were created from the specified template by removing all associated synchronization elements from the database. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public MethodGenerates a script that can be used to deprovision a scope. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public MethodGenerates a script that can be used to remove all Sync Framework metadata, triggers, and stored procedures from a database. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Public MethodGenerates a script that can be used to deprovision a template and all scopes that were created from that template. (Inherited from Devart.Data.Synchronization.SyncScopeDeprovisioning)
Top
See Also