If true, Berkeley DB grants 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_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.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