AggregateToken.Expressions Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use AggregateExpressions for all aggregation expressions or AggregateExpressions.OfType<AggregateExpressionToken>() for aggregate(..) expressions only.
Utwórz token AggregateToken.
[System.Obsolete("Use AggregateExpressions for all aggregation expressions or AggregateExpressions.OfType<AggregateExpressionToken>() for aggregate(..) expressions only.")]
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.Aggregation.AggregateExpressionToken> Expressions { get; }
[<System.Obsolete("Use AggregateExpressions for all aggregation expressions or AggregateExpressions.OfType<AggregateExpressionToken>() for aggregate(..) expressions only.")>]
member this.Expressions : seq<Microsoft.OData.UriParser.Aggregation.AggregateExpressionToken>
Public ReadOnly Property Expressions As IEnumerable(Of AggregateExpressionToken)
Wartość właściwości
- Atrybuty