Click or drag to resize

ExpressionsTypeOf Method (String)

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(
	string propertyName
)

Parameters

propertyName
Type: SystemString
returns the property to evaluate and return its event type name or property class type

Return Value

Type: TypeOfExpression
expression
See Also