RelationalSyncProvider::OnChangesApplied Method
Raises the ChangesApplied event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
protected: virtual void OnChangesApplied( DbChangesAppliedEventArgs^ value, IDbTransaction^ transaction )
Parameters
- value
- Type: Microsoft.Synchronization.Data::DbChangesAppliedEventArgs
The event data.
- transaction
- Type: System.Data::IDbTransaction
The current database transaction.
Show: