Click or drag to resize

ExpressionsTypeOf Method (Expression)

Type-of function, returns the event type name or result type as a string of a stream name, property or expression.

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

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
to evaluate and return it's result type as a string

Return Value

Type: TypeOfExpression
expression
See Also