Share via


SqlCeClientSyncProvider.GetChanges Method (Generic )

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)

Syntax

'Declaration
Public Function GetChanges ( _
    tableNames As IEnumerable(Of String) _
) As SyncContext
public SyncContext GetChanges (
    IEnumerable<string> tableNames
)
public:
SyncContext^ GetChanges (
    IEnumerable<String^>^ tableNames
)
public SyncContext GetChanges (
    IEnumerable<String> tableNames
)
public function GetChanges (
    tableNames : IEnumerable<String>
) : SyncContext

Parameters

  • tableNames
    A collection of tables in the client database for which to get changes.

Return Value

A SyncContext object that contains data changes and anchor values and other metadata for a synchronization session.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace