Click or drag to resize

StatementTypeExtensionIsOnTriggerInfra Method

Returns true for on-action statements that operate against named windows or tables.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static bool IsOnTriggerInfra(
	this StatementType statementType
)

Parameters

statementType
Type: com.espertech.esper.common.client.utilStatementType
Type of the statement.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.common.client.util.StatementTypeExtension.IsOnTriggerInfra(com.espertech.esper.common.client.util.StatementType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StatementType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also