CommandExecutedEventArgs overview
![]() |
Creates an instance of CommandExecutedEventArgs class. |
![]() | 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. |
![]() | |
![]() | |
![]() | |
![]() | Overrided. Returns the SQL statement that was executed. |
![]() | |
![]() |
CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace