 | EventTypeGetGetterMapped Method |
Get the getter of an event property that is a mapped event property: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to a mapped property.
Returns null if the property name is not valid against the event type or the property is not a mapped property.
The method takes a mapped property name (and not a property expression) as a parameter.
Namespace:
com.espertech.esper.common.client
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventPropertyGetterMapped GetGetterMapped(
string mappedPropertyName
)
Parameters
- mappedPropertyName
- Type: SystemString
is the property name
Return Value
Type:
EventPropertyGetterMappeda getter that can be used to obtain property values for event instances of the same event type
See Also