The database stream is read only.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

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

See Also