Content used for the key in a Heap database record. Berkeley DB creates this value for you when you create a record in a Heap database. You should never create this structure yourself; Berkeley DB must create it for you. This structure is returned in the key DatabaseEntry parameter of the method that you use to add a record to the Heap database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public class HeapRecordId
Visual Basic (Declaration)
Public Class HeapRecordId
Visual C++
public ref class HeapRecordId

Inheritance Hierarchy

System..::.Object
  BerkeleyDB..::.HeapRecordId

See Also