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 | |
---|---|---|
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. | |
DeleteCommand | Gets or sets the query or stored procedure that is used to delete data from the server database. | |
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 server database. | |
SelectConflictDeletedRowsCommand | Gets or sets the query or stored procedure that is used to identify deleted rows that conflict with other changes. | |
SelectConflictUpdatedRowsCommand | Gets or sets the query or stored procedure that is used to identify updated rows that conflict with other changes. | |
SelectIncrementalDeletesCommand | Gets or sets the query or stored procedure that is used to retrieve deletes made in the server database since the last synchronization. | |
SelectIncrementalInsertsCommand | Gets or sets the query or stored procedure that is used to retrieve inserts made in the server database since the last synchronization. | |
SelectIncrementalUpdatesCommand | Gets or sets the query or stored procedure that is used to retrieve updates made in the server database since the last synchronization. | |
TableName | Gets or sets the name of the table at the server for which to create the SyncAdapter. | |
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 | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
FillSchema | Populates the schema information for the table that is specified in TableName. | |
GetClientColumnFromServerColumn | Gets the client column name that corresponds to the specified server column name. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the SyncAdapter object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncAdapter Class
Microsoft.Synchronization.Data.Server Namespace