SqlCeClientSyncProvider::AcceptChanges Method (String, SyncAnchor)
Updates tracking metadata up to the specified anchor point so that pending changes for the specified table at the client are not uploaded during the next synchronization.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- tableName
- Type: System::String
A table in the client database for which to accept changes.
- newAnchor
- Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object that represents the point up to which changes should be accepted.
| Exception | Condition |
|---|---|
| ArgumentNullException | tableName or newAnchor is a nullptr. |
| DataSyncException | Another transaction is in progress. |
Show: