Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution.CommandExecuting Event

The event trigged before a SQL statement goes for execution.

[Visual Basic]
Public Event CommandExecuting As CommandExecutingEventHandler
[C#]
public event CommandExecutingEventHandler CommandExecuting;

Event Data

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.

See Also

FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace