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

Top

Public Properties

  Name Description
Bb686885.pubproperty(en-US,SQL.90).gif 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.
Bb686885.pubproperty(en-US,SQL.90).gif DeleteCommand Gets or sets the query or stored procedure that is used to delete data from the server database.
Bb686885.pubproperty(en-US,SQL.90).gif Description Gets or sets a description for the synchronization adapter.
Bb686885.pubproperty(en-US,SQL.90).gif InsertCommand Gets or sets the query or stored procedure that is used to insert data into the server database.
Bb686885.pubproperty(en-US,SQL.90).gif SelectConflictDeletedRowsCommand Gets or sets the query or stored procedure that is used to identify deleted rows that conflict with other changes.
Bb686885.pubproperty(en-US,SQL.90).gif SelectConflictUpdatedRowsCommand Gets or sets the query or stored procedure that is used to identify updated rows that conflict with other changes.
Bb686885.pubproperty(en-US,SQL.90).gif SelectIncrementalDeletesCommand Gets or sets the query or stored procedure that is used to retrieve deletes made in the server database since the last synchronization.
Bb686885.pubproperty(en-US,SQL.90).gif SelectIncrementalInsertsCommand Gets or sets the query or stored procedure that is used to retrieve inserts made in the server database since the last synchronization.
Bb686885.pubproperty(en-US,SQL.90).gif SelectIncrementalUpdatesCommand Gets or sets the query or stored procedure that is used to retrieve updates made in the server database since the last synchronization.
Bb686885.pubproperty(en-US,SQL.90).gif TableName Gets or sets the name of the table at the server for which to create the SyncAdapter.
Bb686885.pubproperty(en-US,SQL.90).gif 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
Bb686885.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb686885.pubmethod(en-US,SQL.90).gif FillSchema Populates the schema information for the table that is specified in TableName.
Bb686885.pubmethod(en-US,SQL.90).gif GetClientColumnFromServerColumn Gets the client column name that corresponds to the specified server column name.
Bb686885.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb686885.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb686885.pubmethod(en-US,SQL.90).gif Bb686885.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb686885.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the SyncAdapter object.

Top

Protected Methods

  Name Description
Bb686885.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686885.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncAdapter Class
Microsoft.Synchronization.Data.Server Namespace