SqlCeClientSyncProvider::AcceptChanges Method
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.
| Name | Description | |
|---|---|---|
|
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. |
|
AcceptChanges(String) | Updates tracking metadata so that pending changes for the specified table are not uploaded during the next synchronization. |
|
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. |
|
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. |
Show: