Creates a new instance of the FbDataAdapter class.
Creates a new instance of the FbDataAdapter class.
public FbDataAdapter();
Creates a new instance of the FbDataAdapter class with the specified SQL SELECT statement.
public FbDataAdapter(FbCommand);
public FbDataAdapter(string,FbConnection);
Creates a new instance of the FbDataAdapter class with an SQL SELECT statement and a connection string.
public FbDataAdapter(string,string);
FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace