The delegate that creates the set of secondary keys corresponding to
a given primary key and data pair.
Namespace:
BerkeleyDBAssembly: libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public SecondaryKeyGenDelegate KeyGen { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property KeyGen As SecondaryKeyGenDelegate |
Visual C++ |
---|
public: property SecondaryKeyGenDelegate^ KeyGen { SecondaryKeyGenDelegate^ get (); void set (SecondaryKeyGenDelegate^ value); } |