Click or drag to resize

EPStatementObjectModelHelperRenderEPL Method

Renders a constant as an EPL.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void RenderEPL(
	TextWriter writer,
	Object constant
)

Parameters

writer
Type: System.IOTextWriter
to output to
constant
Type: SystemObject
to render
See Also