If true, Berkeley DB checks if recovery is needed to be performed before opening the database environment.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.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