Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter.RowUpdating Event

Occurs during an Update operation before a command is executed against the data source.

[Visual Basic]
Public Event RowUpdating As FbRowUpdatingEventHandler
[C#]
public event FbRowUpdatingEventHandler RowUpdating;

Event Data

The event handler receives an argument of type FbRowUpdatingEventArgs containing data related to this event. The following FbRowUpdatingEventArgs properties provide information specific to this event.

Property Description
Command Gets the FbCommand executed when Update is called.
Errors  
Row  
StatementType  
Status  
TableMapping  

See Also

FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace