Share via


LambdaNode.RangeVariables Property

Gets the collection of range variables in scope for this Any or All.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property RangeVariables As Collection(Of RangeVariable)
    Get
'Usage
Dim instance As LambdaNode 
Dim value As Collection(Of RangeVariable)

value = instance.RangeVariables
public Collection<RangeVariable> RangeVariables { get; }
public:
property Collection<RangeVariable^>^ RangeVariables {
    Collection<RangeVariable^>^ get ();
}
member RangeVariables : Collection<RangeVariable>
function get RangeVariables () : Collection<RangeVariable>

Property Value

Type: System.Collections.ObjectModel.Collection<RangeVariable>
The collection of rangeVariables in scope for this Any or All.

See Also

Reference

LambdaNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace