UseMVCC Property

BerkeleyDB

If true, all databases in the environment will be opened as if UseMVCC was set.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool UseMVCC { get; set; }
Visual Basic (Declaration)
Public Property UseMVCC As Boolean
Visual C++
public:
property bool UseMVCC {
	bool get ();
	void set (bool value);
}

Remarks

This flag will be ignored for queue databases for which MVCC is not supported.

See Also