The decompression function used to retrieve key/data pairs from the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public BTreeDecompressDelegate Decompress { get; private set; }
Visual Basic (Declaration)
Public Property Decompress As BTreeDecompressDelegate
Visual C++
public:
property BTreeDecompressDelegate^ Decompress {
	BTreeDecompressDelegate^ get ();
	void set (BTreeDecompressDelegate^ value);
}

See Also