Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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