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
Public method DbSyncAdapter Overloaded. Initializes a new instance of the DbSyncAdapter class.

Top

Public Properties

  Name Description
Public property 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.
Public property DeleteCommand Gets or sets the query or stored procedure that is used to delete data from the base table.
Public property DeleteMetadataCommand Gets or sets the query or stored procedure that is used to delete metadata from the metadata table.
Public property Description Gets or sets a description for the synchronization adapter.
Public property InsertCommand Gets or sets the query or stored procedure that is used to insert data into the base table.
Public property InsertMetadataCommand Gets or sets the query or stored procedure that is used to insert metadata into the metadata table.
Public property RemoteTableName Gets or sets the name of the table at the remote peer for which to create the DbSyncAdapter object.
Public property RowIdColumns Gets a collection of the names of the columns that make up the unique ID for each row in the table.
Public property SelectIncrementalChangesCommand Gets or sets the query or stored procedure that is used to select incremental changes from the local database.
Public property SelectMetadataForCleanupCommand Gets or sets the query or stored procedure that is used to cleanup rows in metadata tables.
Public property SelectRowCommand Gets or sets the query or stored procedure that is used to select a specific row given an ID for that row.
Public property TableName Gets or sets the name of the table at the peer for which to create the DbSyncAdapter object.
Public property UpdateCommand Gets or sets the query or stored procedure that is used to update data in the base table.
Public property 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
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Cc807376.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the DbSyncAdapter object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbSyncAdapter Class
Microsoft.Synchronization.Data Namespace