Click or drag to resize

Disjunction Constructor (Expression, Expression, Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Disjunction(
	Expression first,
	Expression second,
	params Expression[] expressions
)

Parameters

first
Type: com.espertech.esper.common.client.sodaExpression
an expression to add to the OR-test
second
Type: com.espertech.esper.common.client.sodaExpression
an expression to add to the OR-test
expressions
Type: com.espertech.esper.common.client.sodaExpression
is the expression to put in the OR-relationship.
See Also