Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter Constructor

Creates a new instance of the FbDataAdapter class.

Overload List

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);

See Also

FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace