Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsAddIncludeLike Method

Include all statements in 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 AddIncludeLike(
	string likeExpression
)

Parameters

likeExpression
Type: SystemString
to match
See Also