[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List



NameDescription
GetSelectEventsHaving(SelectExprProcessor, OrderByProcessor, ISet<(Of MultiKey<(Of EventBean>)>), ExprNode, Boolean, Boolean)
Applies the select-clause to the given events returning the selected events. The number of events stays the same, i.e. this method does not filter it just transforms the result set.

Also applies a having clause.

GetSelectEventsHaving(SelectExprProcessor, OrderByProcessor, EventBean[](), ExprNode, Boolean, Boolean)
Applies the select-clause to the given events returning the selected events. The number of events stays thesame, i.e. this method does not filter it just transforms the result set.

Also applies a having clause.