Share via


AggregateExpressionKind Enum

Definition

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.

Applies to