Click or drag to resize

PatternsFilter Method (String)

Filter expression for use in patterns, equivalent to the simple "MyEvent" syntax.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternFilterExpr Filter(
	string eventTypeName
)

Parameters

eventTypeName
Type: SystemString
is the event type name of the events to filter for

Return Value

Type: PatternFilterExpr
pattern expression
See Also