SqlCeClientSyncProvider::GetChanges Method (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.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- tableNames
- Type: System.Collections.Generic::IEnumerable<String>
A collection of tables in the client database for which to get changes.
Return Value
Type: Microsoft.Synchronization.Data::SyncContextA SyncContext object that contains data changes and anchor values and other metadata for a synchronization session.
| Exception | Condition |
|---|---|
| ArgumentNullException | tableNames is a nullptr. |
| DataSyncException | Another transaction is in progress. |
Show: