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

Create a event pattern statement for the expressing string passed.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Function CreatePattern ( _
	onExpression As String _
) As EPStatement
C#
EPStatement CreatePattern (
	string onExpression
)
Visual C++
EPStatement^ CreatePattern (
	String^ onExpression
)

Parameters

onExpression
System.String
must follow the documented syntax for pattern statements

Return Value

EPStatement to poll data from or to add listeners to