Click or drag to resize

TableAccessExpressionSetOptionalAggregate Method

Sets the optional table column aggregation accessor to use.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TableAccessExpression SetOptionalAggregate(
	Expression optionalAggregate
)

Parameters

optionalAggregate
Type: com.espertech.esper.common.client.sodaExpression
table column aggregation accessor

Return Value

Type: TableAccessExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.TableAccessExpression.SetOptionalAggregate(com.espertech.esper.common.client.soda.Expression)"]

See Also