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

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