dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql.Synchronization Namespace / PgSqlSyncScopeProvisioning Class
Properties Methods

In This Topic
    PgSqlSyncScopeProvisioning Class Members
    In This Topic

    The following tables list the members exposed by PgSqlSyncScopeProvisioning.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlSyncScopeProvisioning class.  
    Top
    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. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public PropertyGets or sets the optional preffix for names of Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public PropertyGets or sets the schema containing Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public PropertyGets the name of the scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public PropertyGets a collection of Devart.Data.Synchronization.SyncTableProvisioning objects that represent the provisioning of database tables. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public PropertyGets or sets the user-specified comment about the scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Top
    Public Methods
     NameDescription
    Public MethodApplies the provisioning script to a database by using the connection that was specified in the constructor. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSets the scope description from which the database should be provisioned. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSets the template-based scope description from which the database should be provisioned. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodIndicates whether the specified scope exists in the database, the connection, specified in the constructor. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodGenerates the SQL script to provision the database for a particular scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSpecifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    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. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSpecifies whether to create tables that store user data to synchronize. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSpecifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSpecifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodSpecifies whether to insert metadata into change-tracking tables for rows that already exist in the provisioned tables. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Public MethodIndicates whether the specified template exists in the database. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning)
    Top
    See Also