SqlCeClientSyncProvider.ApplyChanges Method

Applies inserts, updates, and deletes for a synchronization group to the client database.

Overload List

Name Description
SqlCeClientSyncProvider.ApplyChanges (Generic IEnumerable, DataSet, SyncAnchor)
Applies inserts, updates, and deletes for a synchronization group to the client database when given table names, a data set, and server anchor parameters.
SqlCeClientSyncProvider.ApplyChanges (String, DataSet, SyncAnchor)
Applies inserts, updates, and deletes for a synchronization group to the client database when given a table name, a data set, and server anchor parameters.
SqlCeClientSyncProvider.ApplyChanges (SyncGroupMetadata, DataSet, SyncSession)
Applies inserts, updates, and deletes for a synchronization group to the client database when given group metadata, a data set, and synchronization session parameters.

See Also

Reference

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