LambdaNode.RangeVariables 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 collection of rangeVariables in scope for this Any or All.
public System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable> RangeVariables { get; }
member this.RangeVariables : System.Collections.ObjectModel.Collection<Microsoft.OData.UriParser.RangeVariable>
Public ReadOnly Property RangeVariables As Collection(Of RangeVariable)