Méthode BusinessLogicDataAdapter.OnRowUpdated
Raises the RowUpdated 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 OnRowUpdated ( _
value As RowUpdatedEventArgs _
)
'Utilisation
Dim value As RowUpdatedEventArgs
Me.OnRowUpdated(value)
protected override void OnRowUpdated(
RowUpdatedEventArgs value
)
protected:
virtual void OnRowUpdated(
RowUpdatedEventArgs^ value
) override
abstract OnRowUpdated :
value:RowUpdatedEventArgs -> unit
override OnRowUpdated :
value:RowUpdatedEventArgs -> unit
protected override function OnRowUpdated(
value : RowUpdatedEventArgs
)
Paramètres
- value
Type : System.Data.Common.RowUpdatedEventArgs
Contains the event data.
Voir aussi
Référence
BusinessLogicDataAdapter Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport