ComputeClause.ComputedItems 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.
Gets the computed properties and operations.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ComputeExpression> ComputedItems { get; }
member this.ComputedItems : seq<Microsoft.OData.UriParser.ComputeExpression>
Public ReadOnly Property ComputedItems As IEnumerable(Of ComputeExpression)