Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutedEventArgs Members

CommandExecutedEventArgs overview

Public Instance Constructors

CommandExecutedEventArgs Constructor Creates an instance of CommandExecutedEventArgs class.

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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString Overrided. Returns the SQL statement that was executed.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace