SqlSyncAdapterBuilder Members
Creates a SyncAdapter and the SQL commands that are required to synchronize a client with a SQL Server database.
The following tables list the members exposed by the SqlSyncAdapterBuilder type.
Public Constructors
Name | Description | |
---|---|---|
SqlSyncAdapterBuilder | Overloaded. Initializes a new instance of the SqlSyncAdapterBuilder class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
ChangeTrackingType | Specifies whether the server database uses the change tracking feature in SQL Server or a custom coupled change tracking system, with a default of CoupledChangeTracking. | |
Connection | Gets or sets the connection to the server database. | |
Container | (inherited from Component ) | |
CreationOriginatorIdColumn | Gets or sets the column in the base table that is used to track who inserts a row. | |
CreationTrackingColumn | Gets or sets the column in the base table that is used to track when a row is inserted. | |
DataColumns | Gets a collection of data columns to be synchronized. This enables you to synchronize a subset of the columns in the table. | |
DeletionOriginatorIdColumn | Gets or sets the column in the tombstone table that is used to track who deletes a row. | |
DeletionTrackingColumn | Gets or sets the column in the tombstone table that is used to track when a row is deleted. | |
FilterClause | Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table. | |
FilterParameters | Gets a collection of filter parameters that are used in the FilterClause. | |
QuotePrefix | Specifies the left delimiter (such as a left square bracket) that is used for database object names, such as tables and columns. | |
QuoteSuffix | Specifies the right delimiter (such as a right square bracket) that is used for database object names, such as tables and columns. | |
RowGuidColumn | Gets or sets a column of uniqueidentifier data type that is used to identify rows in the base table and the tombstone table. | |
Site | (inherited from Component ) | |
SyncDirection | Specifies the direction of synchronization from the perspective of the client, with a default direction of Bidirectional. | |
TableName | Gets or sets the name of the base table for which to create a SyncAdapter object. | |
TombstoneDataColumns | Gets a collection of data columns to be synchronized. This enables you to synchronize a subset of the columns in the table. | |
TombstoneFilterClause | Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the tombstone table. | |
TombstoneFilterParameters | Gets a collection of filter parameters that are used in the TombstoneFilterClause. | |
TombstoneTableName | Gets or sets the name of the tombstone table that is used to synchronize deletes. | |
UpdateOriginatorIdColumn | Gets or sets the column in the base table that is used to track who updates a row. | |
UpdateTrackingColumn | Gets or sets the column in the base table that is used to track when a row is updated. |
Top
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateObjRef | (inherited from MarshalByRefObject ) | |
Dispose | Overloaded. (inherited from Component ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetLifetimeService | (inherited from MarshalByRefObject ) | |
GetType | (inherited from Object ) | |
InitializeLifetimeService | (inherited from MarshalByRefObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Component ) | |
ToSyncAdapter | Overloaded. Creates a synchronization adapter for the table specified in TableName. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Public Events
Name | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Top
See Also
Reference
SqlSyncAdapterBuilder Class
Microsoft.Synchronization.Data.Server Namespace