Click or drag to resize

CreateTableColumnOptionalExpression Property

The aggregation expression, if the type of the column is aggregation, or null if a type name is provided instead.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Expression OptionalExpression { get; set; }

Property Value

Type: Expression
See Also