Overload List
| Name | Description | |
|---|---|---|
| Open(String, SecondaryBTreeDatabaseConfig) | 
            Instantiate a new SecondaryBTreeDatabase object, open the
            database represented by Filename and associate 
            the database with the
            primary index.
              | |
| Open(String, SecondaryBTreeDatabaseConfig, Transaction) | 
            Instantiate a new SecondaryBTreeDatabase object, open the
            database represented by Filename and associate 
            the database with the
            primary index.
              | |
| Open(String, String, SecondaryBTreeDatabaseConfig) | 
            Instantiate a new SecondaryBTreeDatabase object, open the
            database represented by Filename and associate 
            the database with the
            primary index.
              | |
| Open(String, String, SecondaryBTreeDatabaseConfig, Transaction) | 
            Instantiate a new SecondaryBTreeDatabase object, open the
            database represented by Filename and associate 
            the database with the
            primary index.
              |