SqlCeClientSyncProvider::GetChanges Method (String)

Gets inserts, updates, and deletes from the specified table 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(
	String^ tableName
)

Parameters

tableName
Type: System::String
A table 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

tableName is a nullptr.

DataSyncException

Another transaction is in progress.

Show: