The decompression function used to retrieve key/data pairs from the
database.
Namespace:
BerkeleyDBAssembly: libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0
Syntax
C# |
---|
public BTreeDecompressDelegate Decompress { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Decompress As BTreeDecompressDelegate |
Visual C++ |
---|
public: property BTreeDecompressDelegate^ Decompress { BTreeDecompressDelegate^ get (); } |