Enum AggregationType
Represents the type of aggregation operation to be performed on a field in a query.
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public enum AggregationType
Fields
| Name | Description |
|---|---|
| Avg | |
| Count | |
| CountDistinct | |
| Max | |
| Min | |
| None | |
| Sum |