 | EventTypeUnderlyingType Property |
Get the class that represents the vanilla type of the event type.
Returns a vanilla event class if the schema represents a vanilla event type.
Returns Dictionary is the schema represents a collection of values in a Dictionary.
Namespace:
com.espertech.esper.common.client
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxType UnderlyingType { get; }
Property Value
Type:
Typetype of the event object
See Also