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