Open Method

BerkeleyDB

Overload List

  NameDescription
Open(String, SecondaryDatabaseConfig)
Instantiate a new SecondaryDatabase object, open the database represented by Filename and associate the database with the primary index. The file specified by Filename must exist.
Open(String, SecondaryDatabaseConfig, Transaction)
Instantiate a new SecondaryDatabase object, open the database represented by Filename and associate the database with the primary index. The file specified by Filename must exist.
Open(String, String, SecondaryDatabaseConfig)
Instantiate a new SecondaryDatabase object, open the database represented by Filename and associate the database with the primary index. The file specified by Filename must exist.
Open(String, String, SecondaryDatabaseConfig, Transaction)
Instantiate a new SecondaryDatabase object, open the database represented by Filename and associate the database with the primary index. The file specified by Filename must exist.

See Also