Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutedEventArgs.StatementType Property

Returns the SqlStatementType of the current CommandText.

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

See Also

CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace