The database key marking the end of the compaction operation.  This
            is generally the first key of the page where the operation stopped
            and is only non-null if returnEnd was
            true.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DatabaseEntry End { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property End As DatabaseEntry | 
| Visual C++ | 
|---|
| public: property DatabaseEntry^ End { DatabaseEntry^ get (); } | 





