Méthode BusinessLogicDataAdapter.OnRowUpdating
Raises the RowUpdating event.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnRowUpdating ( _
value As RowUpdatingEventArgs _
)
'Utilisation
Dim value As RowUpdatingEventArgs
Me.OnRowUpdating(value)
protected override void OnRowUpdating(
RowUpdatingEventArgs value
)
protected:
virtual void OnRowUpdating(
RowUpdatingEventArgs^ value
) override
abstract OnRowUpdating :
value:RowUpdatingEventArgs -> unit
override OnRowUpdating :
value:RowUpdatingEventArgs -> unit
protected override function OnRowUpdating(
value : RowUpdatingEventArgs
)
Paramètres
- value
Type : System.Data.Common.RowUpdatingEventArgs
Contains the event data.
Voir aussi
Référence
BusinessLogicDataAdapter Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport