Condividi tramite


Metodo BusinessLogicDataAdapter.OnRowUpdated

Raises the RowUpdated event.

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Protected Overrides Sub OnRowUpdated ( _
    value As RowUpdatedEventArgs _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

BusinessLogicDataAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport