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

SyncTableProvisioning Class Members

The following tables list the members exposed by SyncTableProvisioning.

Public Properties
 NameDescription
Public PropertyDetermines whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata.  
Public PropertyDetermines whether to create sets of stored procedures that insert, update, and delete data and synchronization metadata for any additional scopes.  
Public PropertyDetermines whether to create the table that is synchronized.  
Public PropertyDetermines whether to create the table that store change-tracking metadata for the synchronized table.  
Public PropertyDetermines whether to create the triggers on the provisioned table, that update tracking the table.  
Public PropertyGets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter table data to be synchronized.  
Public PropertyGets the list of columns that are used for filtering data.  
Public PropertyGets the collection of parameters, used for filtering and specified in the FilterClause property.  
Public PropertyGets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.  
Public PropertyGets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.  
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 PropertySpecifies whether to insert metadata into the change-tracking table for rows that already exist in the provisioned table. The default value is CreateOrUseExisting.  
Public PropertyGets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization.  
Public PropertyGets or sets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.  
Public PropertyGets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.  
Top
Public Methods
 NameDescription
Public MethodAdds a column that is used in the FilterClause to filter data rows for synchronization.  
Public MethodApplies the provisioning script to a database.  
Public MethodGenerates the SQL script to provision the table.  
Public MethodReturns a string that represents the SqlSyncTableProvisioning object.  
Top
See Also