 | ConfigurationRuntimeExpressionIsSelfSubselectPreeval Property |
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.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsSelfSubselectPreeval { get; set; }
Property Value
Type:
Booleanindicator whether to evaluate sub-selects first or last on new event arrival
See Also