SqlCeSyncProvider::OnApplyingChanges Method
Raises the ApplyingChanges event that is inherited by this class.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
protected: virtual void OnApplyingChanges( DbApplyingChangesEventArgs^ value, IDbTransaction^ transaction ) override
Parameters
- value
- Type: Microsoft.Synchronization.Data::DbApplyingChangesEventArgs
The event data.
- transaction
- Type: System.Data::IDbTransaction
The current database transaction.
Show: