Click or drag to resize

JunctionAdd Method (Expression)

Expression to add to the conjunction (AND) or disjunction (OR).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Junction Add(
	Expression expression
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
to add

Return Value

Type: Junction
expression
See Also