Click or drag to resize

ExpressionsIn Method (Expression, Expression)

In-expression that is equivalent to the syntax of "property in (value, value, ... value)".

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static InExpression In(
	Expression value,
	params Expression[] set
)

Parameters

value
Type: com.espertech.esper.common.client.sodaExpression
provides values to match
set
Type: com.espertech.esper.common.client.sodaExpression
are expressons that provide match-against values

Return Value

Type: InExpression
expression
See Also