dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class
Properties Methods

In This Topic
    SyncScopeProvisioning Class Members
    In This Topic

    The following tables list the members exposed by SyncScopeProvisioning.

    Public Properties
     NameDescription
    Public PropertyGets or sets the wait time, in seconds, for a provisioning command to execute before the command is stopped and an error is generated.  
    Public PropertyGets or sets the optional preffix for names of Sync Framework metadata objects.  
    Public PropertyGets or sets the schema containing Sync Framework metadata objects.  
    Public PropertyGets the name of the scope.  
    Public PropertyGets a collection of SyncTableProvisioning objects that represent the provisioning of database tables.  
    Public PropertyGets or sets the user-specified comment about the scope.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the provisioning script to a database by using the connection that was specified in the constructor.  
    Public MethodSets the scope description from which the database should be provisioned.  
    Public MethodSets the template-based scope description from which the database should be provisioned.  
    Public MethodIndicates whether the specified scope exists in the database, the connection, specified in the constructor.  
    Public MethodGenerates the SQL script to provision the database for a particular scope.  
    Public MethodSpecifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting.  
    Public MethodSpecifies whether to create additional stored procedures for a scope that contains tables that have already been provisioned for other scopes. For example, this scope adds a filter column to a table that has already been provisioned without the filter column. Set this option to Create to ensure that an additional change enumeration procedure is created that can handle the filter column. The default setting is Skip.  
    Public MethodSpecifies whether to create tables that store user data to synchronize. The default value is CreateOrUseExisting.  
    Public MethodSpecifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting.  
    Public MethodSpecifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting.  
    Public MethodSpecifies whether to insert metadata into change-tracking tables for rows that already exist in the provisioned tables. The default value is CreateOrUseExisting.  
    Public MethodIndicates whether the specified template exists in the database.  
    Top
    See Also