[]
Defines the type of the aggregate function expression.
public enum AggregateType
| Name | Description |
|---|---|
| Count | Count of items in the collection. |
| Max | Maximum item in collection. |
| Min | Minimum item in collection. |
| None | None. |
| Sum | Sum of items in the collection. |