| | Class | Description |
|---|
.png) | AnchorException | The exception that is thrown for errors related to anchors, including the failure to return an anchor. |
.png) | ApplyChangeFailedEventArgs | Provides data for the client ApplyChangeFailed event and the server ApplyChangeFailed event. |
.png) | ApplyingChangesEventArgs | Provides data for the client ApplyingChanges event and the server ApplyingChanges event. |
.png) | ApplyMetadataFailedEventArgs | Provides data for the ApplyMetadataFailed event. |
.png) | ChangesAppliedEventArgs | Provides data for the client ChangesApplied event and the server ChangesApplied event. |
.png) | ChangesSelectedEventArgs | Provides data for the client ChangesSelected event and the server ChangesSelected event. |
.png) | ClientSyncProvider | Abstracts a client synchronization provider that communicates with the client data store and shields the synchronization agent from the specific implementation of the data store. |
.png) | CreatingSchemaEventArgs | Provides data for the CreatingSchema event. |
.png) | DataSyncException | The base class for exceptions that are thrown during synchronization. |
.png) | DbApplyChangeFailedEventArgs | Provides data for the ApplyChangeFailed event. |
.png) | DbApplyingChangesEventArgs | Provides data for the ApplyingChanges event. |
.png) | DbChangesAppliedEventArgs | Provides data for the ChangesApplied event. |
.png) | DbChangesSelectedEventArgs | Provides data for the ChangesSelected event. |
.png) | DbMetadataSyncException | The exception that is thrown for errors that occur while creating or reading table metadata. |
.png) | DbOutdatedEventArgs | Provides data for the SyncPeerOutdated event. |
.png) | DbOutdatedSyncException | The exception that is thrown for errors that occur when trying to synchronize a peer that has outdated metadata. |
.png) | DbSelectingChangesEventArgs | Provides data for the SelectingChanges event. |
.png) | DbSyncAdapter | Represents a set of commands that are used to retrieve and apply data and metadata changes at the local peer database. |
.png) | DbSyncAdapterCollection | A collection of DbSyncAdapter objects. |
.png) | DbSyncColumnMapping | Maps a column in the local database to a column in the remote database. |
.png) | DbSyncColumnMappingCollection | Represents a collection of DbSyncColumnMapping objects. |
.png) | DbSyncConflict | Represents a synchronization conflict at the row level. |
.png) | DbSyncContext | Encapsulates data changes and metadata for a synchronization session. |
.png) | DbSyncException | The base class for exceptions that are thrown during peer database synchronization. |
.png) | DbSyncProgressEventArgs | Provides data for the SyncProgress event. |
.png) | DbSyncProvider | Abstracts a generic peer synchronization provider that communicates with a peer database and shields the synchronization agent from the specific implementation of the database.This class is not CLS-compliant.
|
.png) | DbSyncScope | Represents a logical grouping of objects to be synchronized. |
.png) | DbSyncScopeMetadata | Represents the metadata for a DbSyncScope object, such as the knowledge that is associated with a particular scope. |
.png) | DbSyncScopeProgress | Represents a set of synchronization progress statistics for the objects in a DbSyncScope. |
.png) | DbSyncSession | Represents a synchronization session. The DbSyncSession object exists for the duration of the synchronization session. |
.png) | DbSyncSessionProgressEventArgs | Provides data for the SessionProgress event.This class is not CLS-compliant.
|
.png) | DbSyncTableProgress | Represents a set of synchronization progress statistics for a table that is involved in peer synchronization. |
.png) | MetadataException | The exception that is thrown for errors that occur while creating, reading, or writing table metadata. |
.png) | SchemaCreatedEventArgs | Provides data for the SchemaCreated event. |
.png) | SchemaException | The exception that is thrown for errors that occur while creating or reading table schema. |
.png) | SelectingChangesEventArgs | Provides data for the client SelectingChanges event and the server SelectingChanges event. |
.png) | ServerSyncProvider | Abstracts a generic server synchronization provider that communicates with the server data store and shields the synchronization agent from the specific implementation of that data store. |
.png) | ServerSyncProviderProxy | Provides a wrapper for the ServerSyncProvider. |
.png) | SessionVariableException | The exception that is thrown for errors that occur while reading or writing session variables. |
.png) | SyncAnchor | Encapsulates a synchronization anchor. An anchor provides a reference point to determine which changes to synchronize for a synchronization group. |
.png) | SyncConfiguration | Maintains the collections of tables and parameters that are required to configure the client and server synchronization providers. |
.png) | SyncConflict | Represents a synchronization conflict at the row level. |
.png) | SyncConflictResolver | Represents the actions to take when any conflicts occur during synchronization. |
.png) | SyncContext | Encapsulates data changes and anchor values and other metadata for a synchronization session. |
.png) | SyncGroup | Represents a group of SyncTable objects and provides a mechanism to ensure consistent application of changes for those tables. |
.png) | SyncGroupMetadata | Represents the metadata for a SyncGroup object, such as the new anchor value. |
.png) | SyncGroupProgress | Represents a set of synchronization progress statistics for the tables in a SyncGroup. |
.png) | SyncParameter | Encapsulates information sent from the client to the server. |
.png) | SyncParameterCollection | A collection of SyncParameter objects. |
.png) | SyncProgressEventArgs | Provides data for the client SyncProgress event and the server SyncProgress event. |
.png) | SyncSchema | Represents the schema information that is required to create tables that are involved in synchronization. |
.png) | SyncSchemaColumn | Represents the schema of a column in a SyncSchemaTable. |
.png) | SyncSchemaColumns | Represents a collection of SyncSchemaColumn objects. |
.png) | SyncSchemaForeignKey | Represents a foreign key relationship between two tables that are involved in synchronization. |
.png) | SyncSchemaForeignKeys | Represents a collection of SyncSchemaForeignKey objects. |
.png) | SyncSchemaTable | Represents the schema of a table that is involved in synchronization. |
.png) | SyncSchemaTables | Represents a collection of SyncSchemaTable objects. |
.png) | SyncSession | Represents a synchronization session. The SyncSession object exists for the duration of the synchronization session. |
.png) | SyncStatistics | Represents a summary of a SyncSession with regard to the total number of operations that occurred on the client and server. |
.png) | SyncTable | Represents the client settings for a table involved in synchronization. |
.png) | SyncTableCollection | Represents a collection of SyncTable objects. |
.png) | SyncTableInfo | Encapsulates information about table settings and metadata. This information is available through GetServerInfo. |
.png) | SyncTableMetadata | Encapsulates the metadata that is associated with a SyncTable, such as the direction of synchronization. |
.png) | SyncTableProgress | Represents a set of synchronization progress statistics for a SyncTable object. |
.png) | SyncTracer | Provides tracing for a synchronization session, with four levels of output: errors, warnings, informational, and verbose. |