Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Members

FbCommand overview

Public Instance Constructors

FbCommand Overloaded. Initializes a new instance of the FbCommand class.

Public Instance Properties

CommandPlan Gets the plan used by the server for the command.
CommandText Gets or sets the SQL statement or stored procedure to execute.
CommandType Gets or sets how the CommandText property is interpreted.
Connection Gets or sets the FbConnection associated with the current command.
Container (inherited from Component) 
DesignTimeVisible Gets or sets whether the command object should be visible in a Windows Forms Designer control.
FetchSize 
Parameters Gets the FbParameterCollection.
Site (inherited from Component) 
Transaction Gets or sets the FbTransaction within which the FbCommand will be used.
UpdatedRowSource Gets or sets how the Update method should apply command results to the DataRow.

Public Instance Methods

Cancel Try to cancel command execution.
CreateObjRef (inherited from MarshalByRefObject) 
CreateParameter Creates a new instance of an FbParameter class.
Dispose (inherited from Component) 
Equals (inherited from Object) 
ExecuteNonQuery Executes an the query and returns the number of rows affected.
ExecuteReaderOverloaded. Executes the query and builds an FbDataReader object.
ExecuteScalar Executes the query, and returns the first column of the first row in the resultset returned by the query. Extra columns or rows are ignored.
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
PrepareCreates a prepared (or compiled) version of the command.
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) 

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace