 | 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
Syntaxpublic 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