Berkeley DB .NET API Documentation |
BTreeDatabaseConfig..::.Decompress Property |
BTreeDatabaseConfig Class See Also |
The decompression function used to retrieve key/data pairs from the
database.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public BTreeDecompressDelegate Decompress { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Decompress As BTreeDecompressDelegate |
Visual C++ |
---|
public: property BTreeDecompressDelegate^ Decompress { BTreeDecompressDelegate^ get (); } |