OnApplyingChanges méthode
Déclenche l'événement ApplyingChanges hérité par cette classe.
Espace de noms : Microsoft.Synchronization.Data.SqlServerCe
Assembly : Microsoft.Synchronization.Data.SqlServerCe (dans Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnApplyingChanges ( _
value As DbApplyingChangesEventArgs, _
transaction As IDbTransaction _
)
'Utilisation
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
)
Paramètres
- value
Type : Microsoft.Synchronization.Data. . :: . .DbApplyingChangesEventArgs
Données de l'événement.
- transaction
Type : System.Data. . :: . .IDbTransaction
Transaction de la base de données active.