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 RowUpdated event.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowUpdated ( _
value As RowUpdatedEventArgs _
)
'Usage
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
)
Parameters
- value
Type: System.Data.Common.RowUpdatedEventArgs
Contains the event data.
See Also
Reference
BusinessLogicDataAdapter Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace