Returns a boolean flag that indicates if this store is read-only.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
bool IsReadOnly { get; }
Visual Basic
ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
property bool IsReadOnly {
	bool get ();
}
F#
abstract IsReadOnly : bool with get

Property Value

Type: Boolean

Remarks

A read-only store will not support updates via the SaveChanges()()()() method.

See Also