Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventArgs.SqlCommand Property

Returns the FbCommand instance that created for the SQL statement that goes for execution.

[Visual Basic]
Public ReadOnly Property SqlCommand As FbCommand
[C#]
public FirebirdSql.Data.Firebird.FbCommand SqlCommand {get;}

See Also

CommandExecutingEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace