Click or drag to resize

EPCompilerEplToModel Method

Parse the single-statement EPL and return a statement object model.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
EPStatementObjectModel EplToModel(
	string epl,
	Configuration configuration
)

Parameters

epl
Type: SystemString
to parse
configuration
Type: com.espertech.esper.common.client.configurationConfiguration
a configuration object when available

Return Value

Type: EPStatementObjectModel
statement object model
See Also