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_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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