Enum NativeAggregateFunction
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies native aggregate functions.
public enum NativeAggregateFunction
Fields
Avg = 0Returns the average value.
Count = 1Returns the number of rows.
Max = 2Returns the largest value.
Min = 3Returns the smallest value.
StdDevPop = 6Returns the statistical standard deviation for the population for all values in the specified expression.
StdDevSamp = 5Returns the statistical standard deviation of all values in the specified expression.
Sum = 4Returns the sum.
VarPop = 8Returns the statistical variance for the population for all values in the specified expression.
VarSamp = 7Returns the statistical variance of all values in the specified expression.