SyncAdapter Properties

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

See Also

Reference

SyncAdapter Class
Microsoft.Synchronization.Data.Server Namespace