[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the name tag for the event in the filter spec, if any, else null.

Namespace: net.esper.eql.parse
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function getEventNameTag ( _
	filterAST As AST _
) As String
C#
public static string getEventNameTag (
	AST filterAST
)
Visual C++
public:
static String^ getEventNameTag (
	AST^ filterAST
)

Parameters

filterAST
AST

Return Value

event name tag or null if none specified