Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventArgs Members

CommandExecutingEventArgs overview

Public Instance Constructors

CommandExecutingEventArgs Constructor Creates an instance of CommandExecutingEventArgs class.

Public Instance Properties

SqlCommand Returns the FbCommand instance that created for the SQL statement that goes for execution.
StatementType Returns the SqlStatementType of the current SqlCommand.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString Overrided. Returns the SQL statement that goes for execution.

Protected Instance Methods

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

See Also

CommandExecutingEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace