Creates a new instance of the FbCommand class.
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);
FbCommand Class | FirebirdSql.Data.Firebird Namespace