AggregateExpressionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of the possible types of aggregations.
public enum AggregateExpressionKind
type AggregateExpressionKind =
Public Enum AggregateExpressionKind
- Inheritance
-
AggregateExpressionKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Value used to treat non recognized aggregations. |
PropertyAggregate | 1 | Aggregation of a single value property. |
EntitySetAggregate | 2 | Aggregation of a entity set property. |