SqlCeSyncProvider.OnApplyingChanges Method
Raises the ApplyingChanges event that is inherited by this class.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Protected Overrides Sub OnApplyingChanges ( _
value As DbApplyingChangesEventArgs, _
transaction As IDbTransaction _
)
'Usage
Dim value As DbApplyingChangesEventArgs
Dim transaction As IDbTransaction
Me.OnApplyingChanges(value, transaction)
protected override void OnApplyingChanges(
DbApplyingChangesEventArgs value,
IDbTransaction transaction
)
protected:
virtual void OnApplyingChanges(
DbApplyingChangesEventArgs^ value,
IDbTransaction^ transaction
) override
abstract OnApplyingChanges :
value:DbApplyingChangesEventArgs *
transaction:IDbTransaction -> unit
override OnApplyingChanges :
value:DbApplyingChangesEventArgs *
transaction:IDbTransaction -> unit
protected override function OnApplyingChanges(
value : DbApplyingChangesEventArgs,
transaction : IDbTransaction
)
Parameters
- value
Type: Microsoft.Synchronization.Data.DbApplyingChangesEventArgs
The event data.
- transaction
Type: System.Data.IDbTransaction
The current database transaction.