ServerSyncProviderProxy::ApplyChanges Method
Applies inserts, updates, and deletes for a synchronization group to the server database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual SyncContext^ ApplyChanges( SyncGroupMetadata^ groupMetadata, DataSet^ dataSet, SyncSession^ syncSession ) override
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 rows of data to be applied to the server database.
- syncSession
- Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
Type: Microsoft.Synchronization.Data::SyncContextA SyncContext object that contains synchronization data and metadata.
| Exception | Condition |
|---|---|
| MissingMemberException | The underlying service proxy does not have an ApplyChanges method. |
Show: