Click or drag to resize

FilterCreate Method (String, Expression)

Creates a filter to the given named event type and filter expression.

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

Parameters

eventTypeName
Type: SystemString
is the event type name to filter for
filter
Type: com.espertech.esper.common.client.sodaExpression
is the expression filtering out events

Return Value

Type: Filter
filter is the filter expression
See Also