LambdaNode Constructor (Collection<RangeVariable>)
Initializes a new instance of the LambdaNode class.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Protected Sub New ( _
rangeVariables As Collection(Of RangeVariable) _
)
'Usage
Dim rangeVariables As Collection(Of RangeVariable)
Dim instance As New LambdaNode(rangeVariables)
protected LambdaNode(
Collection<RangeVariable> rangeVariables
)
protected:
LambdaNode(
Collection<RangeVariable^>^ rangeVariables
)
new :
rangeVariables:Collection<RangeVariable> -> LambdaNode
protected function LambdaNode(
rangeVariables : Collection<RangeVariable>
)
Parameters
- rangeVariables
Type: System.Collections.ObjectModel.Collection<RangeVariable>
The collection of rangeVariables in scope for this Any or All.