SqlCeClientSyncProvider.GetChanges Method
Gets inserts, updates, and deletes from the client that occurred since the last time Synchronize or AcceptChanges was called.
Overload List
Name | Description |
---|---|
SqlCeClientSyncProvider.GetChanges (Generic ) |
Gets inserts, updates, and deletes from the specified tables at the client that occurred since the last time Synchronize or AcceptChanges was called.
|
SqlCeClientSyncProvider.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.
|
SqlCeClientSyncProvider.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.
|
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace