AggregateOperatorType
Enum to define the operator of a AggregateFunctionDTO.
Values
Name
Description
COUNT
Operator to use the SQL COUNT function.
SUM
Operator to use the SQL SUM function.
Enum to define the operator of a AggregateFunctionDTO.