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

Gets or sets the read-only flag on new connections created for this database.

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

Syntax

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