Click or drag to resize

AggregationFunctionValidationContextParameterTypes Property

The return type of each parameter expression.

This information can also be obtained by calling getType on each parameter expression.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Type[] ParameterTypes { get; }

Property Value

Type: Type
array providing result type of each parameter expression
See Also