Create a new SecondaryBTreeDatabaseConfig object
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public SecondaryBTreeDatabaseConfig( Database PrimaryDB, SecondaryKeyGenDelegate KeyGenFunc ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ PrimaryDB As Database, _ KeyGenFunc As SecondaryKeyGenDelegate _ ) |
Visual C++ |
---|
public: SecondaryBTreeDatabaseConfig( Database^ PrimaryDB, SecondaryKeyGenDelegate^ KeyGenFunc ) |
Parameters
- PrimaryDB
- Type: BerkeleyDB..::.Database
- KeyGenFunc
- Type: BerkeleyDB..::.SecondaryKeyGenDelegate