XrmAggregateType EnumType

The type of aggregation to apply.

Members

Members define the discrete options for the enumeration type.

Name Value Description
None 0 None.
Count 1 Count.
CountColumn 2 Count Column.
Sum 3 Sum.
Avg 4 Average.
Min 5 Minimum.
Max 6 Maximum.

Used by

The following use the XrmAggregateType EnumType.

Name How used
XrmAttributeExpression AggregateType Property

See also