Click or drag to resize

EventTypePropertyNames Property

Get the property names for the event type.

Note that the order of property names depends on the underlying event type.

The method does not return property names of inner or nested types.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
string[] PropertyNames { get; }

Property Value

Type: String
A string array containing the property names of this typed event data object.
See Also