Click or drag to resize

ContainedEventSelectToEPL Method (TextWriter, EPStatementFormatter)

Returns the EPL.

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

Parameters

writer
Type: System.IOTextWriter
to write to
formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
for newline-whitespace formatting
See Also