Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Raises the ApplyingChanges event.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyingChanges ( _
value As DbApplyingChangesEventArgs, _
transaction As IDbTransaction _
)
'Usage
Dim value As DbApplyingChangesEventArgs
Dim transaction As IDbTransaction
Me.OnApplyingChanges(value, transaction)
protected virtual void OnApplyingChanges(
DbApplyingChangesEventArgs value,
IDbTransaction transaction
)
protected:
virtual void OnApplyingChanges(
DbApplyingChangesEventArgs^ value,
IDbTransaction^ transaction
)
abstract OnApplyingChanges :
value:DbApplyingChangesEventArgs *
transaction:IDbTransaction -> unit
override OnApplyingChanges :
value:DbApplyingChangesEventArgs *
transaction:IDbTransaction -> unit
protected 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.