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

In This Topic
    OracleSyncTableProvisioning Class Members
    In This Topic

    The following tables list the members exposed by OracleSyncTableProvisioning.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OracleSyncScopeProvisioning class with the specified connection and table description.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyDetermines whether to create sets of stored procedures that insert, update, and delete data and synchronization metadata for any additional scopes. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyDetermines whether to create the table that is synchronized. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyDetermines whether to create the table that store change-tracking metadata for the synchronized table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyDetermines whether to create the triggers on the provisioned table, that update tracking the table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter table data to be synchronized. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets the list of columns that are used for filtering data. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets the collection of parameters, used for filtering and specified in the Devart.Data.Synchronization.SyncProviderAdapterConfiguration.FilterClause property. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the optional preffix for names of Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the schema containing Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertySpecifies whether to insert metadata into the change-tracking table for rows that already exist in the provisioned table. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public PropertyGets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a column that is used in the Devart.Data.Synchronization.SyncTableProvisioning.FilterClause to filter data rows for synchronization. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public MethodOverloaded. Applies the provisioning script to a database.  
    Public MethodGenerates the SQL script to provision the table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Public MethodReturns a string that represents the SqlSyncTableProvisioning object. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning)
    Top
    See Also