Register Property

BerkeleyDB

If true, Berkeley DB will have checked to see if recovery needed to be performed before opening the database environment.

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

Syntax

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

See Also