AggregateExpressionBase(AggregateExpressionKind, String) Constructor
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.
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
The AggregateExpressionKind of the expression.
- alias
- String
Alias of the resulting aggregated value.