![]() |
Overloaded. Initializes a new instance of the FbCommand class. |
![]() | Gets the plan used by the server for the command. |
![]() | Gets or sets the SQL statement or stored procedure to execute. |
![]() | Gets or sets how the CommandText property is interpreted. |
![]() | Gets or sets the FbConnection associated with the current command. |
![]() | |
![]() | Gets or sets whether the command object should be visible in a Windows Forms Designer control. |
![]() | |
![]() | Gets the FbParameterCollection. |
![]() | |
![]() | Gets or sets the FbTransaction within which the FbCommand will be used. |
![]() | Gets or sets how the Update method should apply command results to the DataRow. |
![]() | Try to cancel command execution. |
![]() | |
![]() | Creates a new instance of an FbParameter class. |
![]() | |
![]() | |
![]() | Executes an the query and returns the number of rows affected. |
![]() | Overloaded. Executes the query and builds an FbDataReader object. |
![]() | 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. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Creates a prepared (or compiled) version of the command. |
![]() |
![]() |
FbCommand Class | FirebirdSql.Data.Firebird Namespace