Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutedEventArgs Properties

The properties of the CommandExecutedEventArgs class are listed below. For a complete list of CommandExecutedEventArgs class members, see the CommandExecutedEventArgs Members topic.

Public Instance Properties

CommandText Returns the SQL statement that was executed.
DataReader Returns a FbDataReader instance case the executed SQL command returns data. If the executed SQL command does not returns data, (for instance: the case of an UPDATE statement), the DataReader is setled to null.
StatementType Returns the SqlStatementType of the current CommandText.

See Also

CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace