Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Methods

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

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) 

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace