BusinessLogicDataAdapter.OnRowUpdating Method

Raises the RowUpdating event.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Protected Overrides Sub OnRowUpdating ( _
    value As RowUpdatingEventArgs _
)
'Usage
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
)

Parameters

See Also

Reference

BusinessLogicDataAdapter Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace