SyncAdapter Members

Represents a set of data commands that are used to obtain schema information and to retrieve and apply changes at the server database.

The following tables list the members exposed by the SyncAdapter type.

Public Constructors

  Name Description
Public method SyncAdapter Overloaded. Initializes a new instance of the SyncAdapter class.

Top

Public Properties

  Name Description
Public property ColumnMappings Gets a collection of SyncColumnMapping objects for the table. These objects map columns in a server table to the corresponding columns in a client table.
Public property DeleteCommand Gets or sets the query or stored procedure that is used to delete data from the server database.
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 server database.
Public property SelectConflictDeletedRowsCommand Gets or sets the query or stored procedure that is used to identify deleted rows that conflict with other changes.
Public property SelectConflictUpdatedRowsCommand Gets or sets the query or stored procedure that is used to identify updated rows that conflict with other changes.
Public property SelectIncrementalDeletesCommand Gets or sets the query or stored procedure that is used to retrieve deletes made in the server database since the last synchronization.
Public property SelectIncrementalInsertsCommand Gets or sets the query or stored procedure that is used to retrieve inserts made in the server database since the last synchronization.
Public property SelectIncrementalUpdatesCommand Gets or sets the query or stored procedure that is used to retrieve updates made in the server database since the last synchronization.
Public property TableName Gets or sets the name of the table at the server for which to create the SyncAdapter.
Public property UpdateCommand Gets or sets the query or stored procedure that is used to update data in the server database.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method FillSchema Populates the schema information for the table that is specified in TableName.
Public method GetClientColumnFromServerColumn Gets the client column name that corresponds to the specified server column name.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the SyncAdapter object.

Top

Protected Methods

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

Top

See Also

Reference

SyncAdapter Class
Microsoft.Synchronization.Data.Server Namespace