If true, Berkeley DB Concurrent Data Store applications perform locking on an environment-wide basis rather than on a per-database basis.

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

Syntax

C#
public bool CDB_ALLDB { get; }
Visual Basic (Declaration)
Public ReadOnly Property CDB_ALLDB As Boolean
Visual C++
public:
property bool CDB_ALLDB {
	bool get ();
}

See Also