The event trigged before a SQL statement goes for execution.
The event handler receives an argument of type CommandExecutingEventArgs containing data related to this event. The following CommandExecutingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SqlCommand | Returns the FbCommand instance that created for the SQL statement that goes for execution. |
StatementType | Returns the SqlStatementType of the current SqlCommand. |
FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace