Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter.RowUpdated Event

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

[Visual Basic]
Public Event RowUpdated As FbRowUpdatedEventHandler
[C#]
public event FbRowUpdatedEventHandler RowUpdated;

Event Data

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

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

See Also

FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace