SqlCeClientSyncProvider Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method AcceptChanges Overloaded.
Updates tracking metadata so that pending changes at the client are not uploaded during the next synchronization.
Public method ApplyChanges Overloaded.
Applies inserts, updates, and deletes for a synchronization group to the client database.
Public method BeginTransaction Overridden.
Called by the SyncAgent to begin a transaction. This allows the agent to commit a set of changes as an atomic unit.
Public method CreateSchema Overridden.
Creates the table schema in the client database if the schema does not exist.
Public method Dispose Overloaded. Overridden.
Releases the resources that are used by SqlCeClientSyncProvider.
Public method EndTransaction Overridden.
Called by the SyncAgent to end a transaction. This allows the agent to commit a set of changes as an atomic unit.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetChanges Overloaded.
Gets inserts, updates, and deletes from the client that occurred since the last time Synchronize or AcceptChanges was called.
Public method GetHashCode  (Inherited from Object.)
Public method GetTableReceivedAnchor Overridden.
Gets a SyncAnchor object that contains the time when the last change was received from the server.
Public method GetTableSentAnchor Overridden.
Gets a SyncAnchor object that contains the time when the last change was sent from the client.
Public method GetType  (Inherited from Object.)
Public method OnInitialized
Raises the Initialized event.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetTableReceivedAnchor Overridden.
Sets a SyncAnchor object that contains the time that the last change was received from the server.
Public method SetTableSentAnchor Overridden.
Sets a SyncAnchor object that contains the time when the last change was sent from the client.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded.
Releases the resources that are used by SqlCeClientSyncProvider.
Protected method Finalize Overridden.
Is the destructor for SqlCeClientSyncProvider.
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnApplyChangeFailed
Raises the ApplyChangeFailed event.
Protected method OnApplyingChanges
Raises the ApplyingChanges event.
Protected method OnChangesApplied
Raises the ChangesApplied event.
Protected method OnChangesSelected
Raises the ChangesSelected event.
Protected method OnCreatingSchema
Raises the CreatingSchema event.
Protected method OnSchemaCreated
Raises the SchemaCreated event.
Protected method OnSelectingChanges
Raises the SelectingChanges event.
Protected method OnSyncProgress
Raises the SyncProgress event.

Top

See Also

Reference

SqlCeClientSyncProvider Class
Microsoft.Synchronization.Data.SqlServerCe Namespace