If true, all databases in the environment are opened as if UseMVCC is passed to Open(String, DatabaseConfig). This flag is ignored for queue databases for which MVCC is not supported.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

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

See Also