Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: System.Data.Common.RowUpdatingEventArgs
Contains the event data.
See Also
Reference
BusinessLogicDataAdapter Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace