CDB_ALLDB Property

BerkeleyDB

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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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