[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a boolean indicating read-only, or null if not set and default accepted.
Indicates whether to set any new connections for this database to read-only.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

true for read-only on, false for read-only off, or null to accept the default