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.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

public:
SyncContext^ GetChanges(
	IEnumerable<String^>^ tableNames
)

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::SyncContext
A SyncContext object that contains data changes and anchor values and other metadata for a synchronization session.

ExceptionCondition
ArgumentNullException

tableNames is a nullptr.

DataSyncException

Another transaction is in progress.

Show: