Click or drag to resize

ContextDescriptorConditionPatternIsInclusive Property

Return the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements.

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

Property Value

Type: Boolean
inclusive flag
See Also