Open Method

BerkeleyDB

Overload List

  NameDescription
Open(String, DatabaseConfig)
Instantiate a new Database object and open the database represented by Filename. The file specified by Filename must exist.
Open(String, DatabaseConfig, Transaction)
Instantiate a new Database object and open the database represented by Filename. The file specified by Filename must exist.
Open(String, String, DatabaseConfig)
Instantiate a new Database object and open the database represented by Filename and DatabaseName. The file specified by Filename must exist.
Open(String, String, DatabaseConfig, Transaction)
Instantiate a new Database object and open the database represented by Filename and DatabaseName. The file specified by Filename must exist.

See Also