XrmAggregateType 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.
The type of aggregation to apply.
public enum class XrmAggregateType
[System.Runtime.Serialization.DataContract(Name="AggregateType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public enum XrmAggregateType
[<System.Runtime.Serialization.DataContract(Name="AggregateType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type XrmAggregateType =
Public Enum XrmAggregateType
- Inheritance
-
XrmAggregateType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Don't apply aggregation to this column. |
Count | 1 | Return the number of rows. |
CountColumn | 2 | Return the number of rows with data in the column. |
Sum | 3 | Return the total value of the rows in the column. |
Avg | 4 | Return the average value of the column values. |
Min | 5 | Return the minimum value of the rows in the column. |
Max | 6 | Return the maximum value of the rows in the column. |