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