SqlCeClientSyncProvider.GetChanges Method
Include Protected Members
Include Inherited Members
Gets inserts, updates, and deletes from the client that occurred since the last time Synchronize or AcceptChanges was called.
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 | |
---|---|---|
GetChanges(IEnumerable<String>) | Gets inserts, updates, and deletes from the specified tables at the client that occurred since the last time Synchronize or AcceptChanges was called. | |
GetChanges(String) | Gets inserts, updates, and deletes from the specified table at the client that occurred since the last time Synchronize or AcceptChanges was called. | |
GetChanges(SyncGroupMetadata, SyncSession) | Gets inserts, updates, and deletes for the specified synchronization group and session that occurred at the client since the last time Synchronize or AcceptChanges was called. (Overrides ClientSyncProvider.GetChanges(SyncGroupMetadata, SyncSession).) |
Top