OnApplyingChanges-Methode

Löst das ApplyingChanges-Ereignis aus, das von dieser Klasse geerbt wird.

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
)

Parameter

Siehe auch

Verweis

SqlCeSyncProvider Klasse

SqlCeSyncProvider-Member

Microsoft.Synchronization.Data.SqlServerCe-Namespace