Click or drag to resize

ConfigurationCommonDBRefConnectionReadOnly Property

Sets the read-only flag on new connections created for this database.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool ConnectionReadOnly { get; set; }

Property Value

Type: Boolean
is the read-only flag
See Also