SQLiteSyncTableProvisioning Class Members
The following tables list the members exposed by SQLiteSyncTableProvisioning.
| Name | Description |
 | CreateProcedures | Determines whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. Ignored in dotConnect for SQLite. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | CreateProceduresForAdditionalScope | Determines whether to create sets of stored procedures that insert, update, and delete data and synchronization metadata for any additional scopes. Ignored in dotConnect for SQLite. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | CreateTable | Determines whether to create the table that is synchronized. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | CreateTrackingTable | Determines whether to create the table that store change-tracking metadata for the synchronized table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | CreateTriggers | Determines whether to create the triggers on the provisioned table, that update tracking the table. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | FilterClause | Gets 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) |
 | FilterColumns | Gets the list of columns that are used for filtering data. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | FilterParameters | Gets the collection of parameters, used for filtering and specified in the Devart.Data.Synchronization.SyncProviderAdapterConfiguration.FilterClause property. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | GlobalName | Gets 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) |
 | LocalName | Gets 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) |
 | ObjectPrefix | Gets or sets the optional preffix for names of Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | ObjectSchema | Gets or sets the schema containing Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | PopulateTrackingTable | Specifies 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) |
 | SelectChangesProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization. Ignored in dotConnect for SQLite. (Inherited from Devart.Data.Synchronization.SyncTableProvisioning) |
 | UnquotedGlobalName | Gets 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) |
 | UnquotedLocalName | Gets 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