Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventArgs.StatementType Property

Returns the SqlStatementType of the current SqlCommand.

[Visual Basic]
Public ReadOnly Property StatementType As SqlStatementType
[C#]
public SqlStatementType StatementType {get;}

See Also

CommandExecutingEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace