Renumber Property

BerkeleyDB

If true, the logical record numbers are mutable, and change as records are added to and deleted from the database.

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

Syntax

C#
public bool Renumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property Renumber As Boolean
Visual C++
public:
property bool Renumber {
	bool get ();
}

See Also