Click or drag to resize

ExpressionsIn Method (String, Object)

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(
	string property,
	params Object[] values
)

Parameters

property
Type: SystemString
is the name of the property
values
Type: SystemObject
are the constants to check against

Return Value

Type: InExpression
expression
See Also