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