Click or drag to resize

NotExpression Constructor (Expression)

Ctor.

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

Parameters

inner
Type: com.espertech.esper.common.client.sodaExpression
is the expression to negate
See Also