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