NoLocking Property

BerkeleyDB

If true, Berkeley DB will grant all requested mutual exclusion mutexes and database locks without regard for their actual availability. This functionality should never be used for purposes other than debugging.

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

Syntax

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

See Also