XrmAggregateType Enum

Definition

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

Avg 4

Return the average value of the column values.

Count 1

Return the number of rows.

CountColumn 2

Return the number of rows with data in the column.

Max 6

Return the maximum value of the rows in the column.

Min 5

Return the minimum value of the rows in the column.

None 0

Don't apply aggregation to this column.

Sum 3

Return the total value of the rows in the column.

Applies to