AggregationMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of methods used in the aggregation clause
public enum AggregationMethod
type AggregationMethod =
Public Enum AggregationMethod
- Inheritance
-
AggregationMethod
Fields
Name | Value | Description |
---|---|---|
Sum | 0 | The aggregation method Sum. |
Min | 1 | The aggregation method Min. |
Max | 2 | The aggregation method Max. |
Average | 3 | The aggregation method Average. |
CountDistinct | 4 | The aggregation method CountDistinct. |
VirtualPropertyCount | 5 | The aggregation method Count. Used only internally to represent the virtual property $count. |
Custom | 6 | A custom aggregation method. |