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