Click or drag to resize

FilterCreate Method (String)

Creates a filter to the given named event type.

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
)

Parameters

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

Return Value

Type: Filter
filter
See Also