ReadUncommitted Property

BerkeleyDB

If true, this database supports transactional read operations with degree 1 isolation. Read operations on the database may request the return of modified but not yet committed data.

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

Syntax

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

See Also