DbServerSyncProvider.ApplyChanges Method
Applies inserts, updates, and deletes for a synchronization group to the server database.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
public override SyncContext ApplyChanges( SyncGroupMetadata groupMetadata, DataSet dataSet, SyncSession syncSession )
Parameters
- groupMetadata
- Type: Microsoft.Synchronization.Data.SyncGroupMetadata
A SyncGroupMetadata object that contains metadata about the synchronization group.
- dataSet
- Type: System.Data.DataSet
A DataSet object that contains the changes to be applied to the server database for each table in the synchronization group.
- syncSession
- Type: Microsoft.Synchronization.Data.SyncSession
A SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing.
Return Value
Type: Microsoft.Synchronization.Data.SyncContextA SyncContext object that contains synchronization data and metadata.