Click or drag to resize

ExpressionsNot Method

Not expression negates the sub-expression to the not which is expected to return boolean-typed values.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static NotExpression Not(
	Expression inner
)

Parameters

inner
Type: com.espertech.esper.common.client.sodaExpression
is the sub-expression

Return Value

Type: NotExpression
expression
See Also