Table of Contents

Enum NativeAggregateFunction

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Specifies native aggregate functions.

public enum NativeAggregateFunction

Fields

Avg = 0

Returns the average value.

Count = 1

Returns the number of rows.

Max = 2

Returns the largest value.

Min = 3

Returns the smallest value.

StdDevPop = 6

Returns the statistical standard deviation for the population for all values in the specified expression.

StdDevSamp = 5

Returns the statistical standard deviation of all values in the specified expression.

Sum = 4

Returns the sum.

VarPop = 8

Returns the statistical variance for the population for all values in the specified expression.

VarSamp = 7

Returns the statistical variance of all values in the specified expression.