 | 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
Syntaxpublic 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:
TypeOfExpressionexpression
See Also