Click or drag to resize

OnMergeMatchItemToEPL Method

Renders the clause in textual representation.

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 output to
formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
for NewLine-whitespace formatting
See Also