If true, normal recovery will be run on this environment before opening it for normal use.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public bool RunRecovery
Visual Basic (Declaration)
Public RunRecovery As Boolean
Visual C++
public:
bool RunRecovery

Remarks

If true, the Create and UseTxns must also be set, because the regions will be removed and re-created, and transactions are required for application recovery.

See Also