The properties of the CommandExecutedEventArgs class are listed below. For a complete list of CommandExecutedEventArgs class members, see the CommandExecutedEventArgs Members topic.
![]() | Returns the SQL statement that was executed. |
![]() | 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. |
![]() | Returns the SqlStatementType of the current CommandText. |
CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace