Click or drag to resize

ExpressionBaseRenderAggregation Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.ExpressionBase.RenderAggregation(System.IO.TextWriter,System.String,System.Boolean,System.Collections.Generic.IList`1)"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
protected static void RenderAggregation(
	TextWriter writer,
	string name,
	bool distinct,
	IList children
)

Parameters

writer
Type: System.IOTextWriter

[Missing <param name="writer"/> documentation for "M:com.espertech.esper.common.client.soda.ExpressionBase.RenderAggregation(System.IO.TextWriter,System.String,System.Boolean,System.Collections.Generic.IList`1)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.common.client.soda.ExpressionBase.RenderAggregation(System.IO.TextWriter,System.String,System.Boolean,System.Collections.Generic.IList`1)"]

distinct
Type: SystemBoolean

[Missing <param name="distinct"/> documentation for "M:com.espertech.esper.common.client.soda.ExpressionBase.RenderAggregation(System.IO.TextWriter,System.String,System.Boolean,System.Collections.Generic.IList`1)"]

children
Type: System.Collections.GenericIListT

[Missing <param name="children"/> documentation for "M:com.espertech.esper.common.client.soda.ExpressionBase.RenderAggregation(System.IO.TextWriter,System.String,System.Boolean,System.Collections.Generic.IList`1)"]

See Also