Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Constructor

Creates a new instance of the FbCommand class.

Overload List

Creates a new instance of the FbCommand class.

public FbCommand();

Creates a new instance of the FbCommand class with the text of the query.

public FbCommand(string);

 

public FbCommand(string,FbConnection);

 

public FbCommand(string,FbConnection,FbTransaction);

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace