Método OnRowUpdated
Este membro substitui DbDataAdapter. . :: . .OnRowUpdated(RowUpdatedEventArgs).
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Protected Overrides Sub OnRowUpdated ( _
value As RowUpdatedEventArgs _
)
'Uso
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
)
Parâmetros
- value
Tipo: System.Data.Common. . :: . .RowUpdatedEventArgs
Consulte também