AggregateToken(IEnumerable<AggregateTokenBase>) 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.
Create an AggregateTransformationToken.
public AggregateToken (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.Aggregation.AggregateTokenBase> expressions);
new Microsoft.OData.UriParser.Aggregation.AggregateToken : seq<Microsoft.OData.UriParser.Aggregation.AggregateTokenBase> -> Microsoft.OData.UriParser.Aggregation.AggregateToken
Public Sub New (expressions As IEnumerable(Of AggregateTokenBase))
Parameters
- expressions
- IEnumerable<AggregateTokenBase>
The aggregate expressions.