Click or drag to resize

EventPropertyGetterGetFragment Method

Returns or array of for a property name or property expression.

For use with properties whose value is itself an event or whose value can be represented as an event by the underlying event representation.

The of the Instance(s) returned by this method can be determined by . Use to obtain a list of properties that return fragments from an event type.

Returns null if the property value is null or the property value cannot be represented as a fragment by the underlying representation.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object GetFragment(
	EventBean eventBean
)

Parameters

eventBean
Type: com.espertech.esper.common.clientEventBean
is the event to get the fragment value of a property

Return Value

Type: Object
the value of a property as an EventBean or array of EventBean
See Also