Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsAddExcludeLike Method

Exclude all statements from the statement group that match the SQL like-expression by statement name.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddExcludeLike(
	string likeExpression
)

Parameters

likeExpression
Type: SystemString
to match
See Also