Enum AggregationType
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Constants for aggregation types
public enum AggregationType
- Extension Methods
Fields
Average = 5
Average value
Count = 1
Number of the items
Max = 3
Maximum value
Min = 4
Minimum value
None = 0
No aggregation
Sum = 2
Sum of the items