Share via


SqlCeClientSyncProvider.AcceptChanges Method

Updates tracking metadata so that pending changes at the client are not uploaded during the next synchronization.

Remarks

This method can be used if you do not want to upload a set of changes to the server. For example, you might make updates at the client that are only relevant to the client and that should not be applied at the server.

Overload List

Name Description
SqlCeClientSyncProvider.AcceptChanges (Generic )
Updates tracking metadata for the specified tables so that pending changes for the specified tables are not uploaded during the next synchronization.
SqlCeClientSyncProvider.AcceptChanges (String)
Updates tracking metadata so that pending changes for the specified table are not uploaded during the next synchronization.
SqlCeClientSyncProvider.AcceptChanges (Generic , SyncAnchor)
Updates tracking metadata up to the specified anchor point so that pending changes for the specified tables at the client are not uploaded during the next synchronization.
SqlCeClientSyncProvider.AcceptChanges (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.

See Also

Reference

SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace