Click or drag to resize

FromClauseToEPLOptions Method

Renders the from-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 virtual void ToEPLOptions(
	TextWriter writer,
	EPStatementFormatter formatter,
	bool includeFrom
)

Parameters

writer
Type: System.IOTextWriter
to output to
formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
for newline-whitespace formatting
includeFrom
Type: SystemBoolean
flag whether to add the "from" literal
See Also