ConsolidationFunction enumeration

ConsolidationFunction enumeration

Represents consolidation function.

The ConsolidationFunction type exposes the following members:

Fields

FieldDescription
SUMRepresents Sum function.
COUNTRepresents Count function.
AVERAGERepresents Average function.
MAXRepresents Max function.
MINRepresents Min function.
PRODUCTRepresents Product function.
COUNT_NUMSRepresents Count Nums function.
STD_DEVRepresents StdDev function.
STD_DEVPRepresents StdDevp function.
VARRepresents Var function.
VARPRepresents Varp function.
DISTINCT_COUNTRepresents Distinct Count function.

See Also