Click or drag to resize

ConstantExpression Constructor (Object)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConstantExpression(
	Object constant
)

Parameters

constant
Type: SystemObject
is the constant value, or null to represent the null value
See Also