returnEnd Field

BerkeleyDB

Return the database key marking the end of the compaction operation in a Btree or Recno database. This is generally the first key of the page where the operation stopped.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool returnEnd
Visual Basic (Declaration)
Public returnEnd As Boolean
Visual C++
public:
bool returnEnd

See Also