SqlCeClientSyncProvider.AcceptChanges Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AcceptChanges(IEnumerable<String>) Updates tracking metadata for the specified tables so that pending changes for the specified tables are not uploaded during the next synchronization.
Public method AcceptChanges(String) Updates tracking metadata so that pending changes for the specified table are not uploaded during the next synchronization.
Public method AcceptChanges(IEnumerable<String>, 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.
Public method 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.

Top

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.

See Also

Reference

SqlCeClientSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace