AggregateTransformationNode.AggregateExpressions Property
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.
Property that returns a list of all AggregateExpressionBases of this transformation node.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase> AggregateExpressions { get; }
member this.AggregateExpressions : seq<Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase>
Public ReadOnly Property AggregateExpressions As IEnumerable(Of AggregateExpressionBase)