Click or drag to resize

EPAssertionUtilSort Method (EventBean, String)

Sort events according to natural ordering of the values or a property.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static EventBean[] Sort(
	EventBean[] events,
	string property
)

Parameters

events
Type: com.espertech.esper.common.clientEventBean
to sort
property
Type: SystemString
name of property providing sort values

Return Value

Type: EventBean
sorted array
See Also