Enable compression of the key/data pairs stored in the database,
            using the default compression and decompression functions.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public void SetCompression() | 
| Visual Basic (Declaration) | 
|---|
| Public Sub SetCompression | 
| Visual C++ | 
|---|
| public: void SetCompression() | 
 Remarks
Remarks
            The default functions perform prefix compression on keys, and prefix
            compression on data items for duplicate keys.
            





