Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Properties

The properties of the FbCommand class are listed below. For a complete list of FbCommand class members, see the FbCommand Members topic.

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.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace