Share via


AggregateExpressionBase(AggregateExpressionKind, String) Constructor

Definition

Base constructor for concrete subclasses use for convenience.

protected AggregateExpressionBase (Microsoft.OData.UriParser.Aggregation.AggregateExpressionKind kind, string alias);
new Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase : Microsoft.OData.UriParser.Aggregation.AggregateExpressionKind * string -> Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase
Protected Sub New (kind As AggregateExpressionKind, alias As String)

Parameters

kind
AggregateExpressionKind

The AggregateExpressionKind of the expression.

alias
String

Alias of the resulting aggregated value.

Applies to