QueryAggregation Enum
Specifies how to aggregate a column in a query.
Usage
Used by the aggregation property on the DataSource.ColumnSelection class.
Enum Values
The following are the values of the DataSource.QueryAggregation enum.
Value | Description |
---|---|
AVG | Reserved for future use. |
COUNT | Returns the number of rows that meet the query criteria. |
MAX | Reserved for future use. |
MIN | Reserved for future use. |
NONE | No aggregation. |
SUM | Reserved for future use. |