Click or drag to resize

ExpressionsNotIn Method (String, Object)

Not-In-expression that is equivalent to the syntax of "property not 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 NotIn(
	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