Compartir a través de


Evento BusinessLogicDataAdapter.RowUpdating

Occurs during update before a command is executed against the data source.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
'Uso
Dim instance As BusinessLogicDataAdapter 
Dim handler As BusinessLogicRowUpdatingEventHandler 

AddHandler instance.RowUpdating, handler
public event BusinessLogicRowUpdatingEventHandler RowUpdating
public:
 event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
    void add (BusinessLogicRowUpdatingEventHandler^ value);
    void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
member RowUpdating : IEvent<BusinessLogicRowUpdatingEventHandler,
    BusinessLogicRowUpdatingEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.

Vea también

Referencia

BusinessLogicDataAdapter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport