Click or drag to resize

ContainedEventSelect Class

Represents a contained-event selection.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaContainedEventSelect

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

The ContainedEventSelect type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyOptionalAsName
Returns the property alias.
Public propertyOptionalSplitExpressionTypeName
Returns the event type name assigned to events that result by applying the split (contained event) expression.
Public propertySelectClause
Returns the select clause.
Public propertySplitExpression
Returns the expression that returns the contained events.
Public propertyWhereClause
Returns the where clause.
Top
Methods
See Also