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

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