Click or drag to resize

Filter Constructor (String, Expression)

Ctor.

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

Parameters

eventTypeName
Type: SystemString
is the event type name
filter
Type: com.espertech.esper.common.client.sodaExpression
is the filter expression
See Also