If true, this database has been opened for reading only. Any attempt to modify items in the database will fail, regardless of the actual permissions of any underlying files.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also