Click or drag to resize

SelectClauseToEPL 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,
	bool isTopLevel,
	bool andDelete
)

Parameters

writer
Type: System.IOTextWriter
to output to
formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
for NewLine-whitespace formatting
isTopLevel
Type: SystemBoolean
to indicate if this select-clause is inside other clauses.
andDelete
Type: SystemBoolean
indicator whether select and delete.
See Also