 | PatternsNotFilter Method (String) |
Pattern not-operator and filter in combination, equivalent to the "not MyEvent"
syntax.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static PatternNotExpr NotFilter(
string eventTypeName
)
Parameters
- eventTypeName
- Type: SystemString
is the event type name to filter for
Return Value
Type:
PatternNotExpr
pattern expression
See Also