Click or drag to resize

DotExpression 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 DotExpression(
	Expression innerExpression
)

Parameters

innerExpression
Type: com.espertech.esper.common.client.sodaExpression
the expression in parenthesis
See Also