Click or drag to resize

TypeOfExpression 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 TypeOfExpression(
	Expression expression
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
for which to return the result type or null if the result is null
See Also