Click or drag to resize

ConfigurationRuntimeExpression Class

Expression evaluation settings in the runtime are for results of expressions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeExpression

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimeExpression

The ConfigurationRuntimeExpression type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimeExpression
Ctor.
Top
Properties
  NameDescription
Public propertyIsSelfSubselectPreeval
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives. This is only relevant for statements in which both subselects and the from-clause may react to the same exact event.
Public propertyTimeZone
Returns the time zone for calendar operations.
Top
See Also