Click or drag to resize

EPStatementObjectModelToEPL Method (EPStatementFormatter)

Rendering using the provided formatter.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string ToEPL(
	EPStatementFormatter formatter
)

Parameters

formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
to use

Return Value

Type: String
rendered string
See Also