Occurs during an Update operation after a command is executed against the data source.
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 |
FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace