OnApplyingChanges Método
Genera el evento ApplyingChanges heredado por esta clase.
Espacio de nombres: Microsoft.Synchronization.Data.SqlServerCe
Ensamblado: Microsoft.Synchronization.Data.SqlServerCe (en Microsoft.Synchronization.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnApplyingChanges ( _
value As DbApplyingChangesEventArgs, _
transaction As IDbTransaction _
)
'Uso
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
)
Parámetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .DbApplyingChangesEventArgs
Los datos del evento.
- transaction
Tipo: System.Data. . :: . .IDbTransaction
La transacción de base de datos actual.
Vea también
Referencia
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres