DbSyncAdapter Members
Represents a set of commands that are used to retrieve and apply data and metadata changes at the local peer database.
The following tables list the members exposed by the DbSyncAdapter type.
Public Constructors
Name | Description | |
---|---|---|
DbSyncAdapter | Overloaded. Initializes a new instance of the DbSyncAdapter class. |
Top
Public Properties
Name | Description | |
---|---|---|
ColumnMappings | Gets a collection of DbSyncColumnMapping objects for the table. These objects map columns in a local table to the corresponding columns in a remote table. | |
DeleteCommand | Gets or sets the query or stored procedure that is used to delete data from the base table. | |
DeleteMetadataCommand | Gets or sets the query or stored procedure that is used to delete metadata from the metadata table. | |
Description | Gets or sets a description for the synchronization adapter. | |
InsertCommand | Gets or sets the query or stored procedure that is used to insert data into the base table. | |
InsertMetadataCommand | Gets or sets the query or stored procedure that is used to insert metadata into the metadata table. | |
RemoteTableName | Gets or sets the name of the table at the remote peer for which to create the DbSyncAdapter object. | |
RowIdColumns | Gets a collection of the names of the columns that make up the unique ID for each row in the table. | |
SelectIncrementalChangesCommand | Gets or sets the query or stored procedure that is used to select incremental changes from the local database. | |
SelectMetadataForCleanupCommand | Gets or sets the query or stored procedure that is used to cleanup rows in metadata tables. | |
SelectRowCommand | Gets or sets the query or stored procedure that is used to select a specific row given an ID for that row. | |
TableName | Gets or sets the name of the table at the peer for which to create the DbSyncAdapter object. | |
UpdateCommand | Gets or sets the query or stored procedure that is used to update data in the base table. | |
UpdateMetadataCommand | Gets or sets the query or stored procedure that is used to update metadata in the metadata table. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overridden. Returns a string that represents the DbSyncAdapter object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncAdapter Class
Microsoft.Synchronization.Data Namespace