Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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.