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