LambdaNode Constructor (Collection<RangeVariable>, RangeVariable)
Create a LambdaNode
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), _
currentRangeVariable As RangeVariable _
)
'Usage
Dim rangeVariables As Collection(Of RangeVariable)
Dim currentRangeVariable As RangeVariable
Dim instance As New LambdaNode(rangeVariables, _
currentRangeVariable)
protected LambdaNode(
Collection<RangeVariable> rangeVariables,
RangeVariable currentRangeVariable
)
protected:
LambdaNode(
Collection<RangeVariable^>^ rangeVariables,
RangeVariable^ currentRangeVariable
)
new :
rangeVariables:Collection<RangeVariable> *
currentRangeVariable:RangeVariable -> LambdaNode
protected function LambdaNode(
rangeVariables : Collection<RangeVariable>,
currentRangeVariable : RangeVariable
)
Parameters
- rangeVariables
Type: System.Collections.ObjectModel.Collection<RangeVariable>
The collection of rangeVariables in scope for this Any or All.
- currentRangeVariable
Type: Microsoft.Data.OData.Query.SemanticAst.RangeVariable
The newest range variable added for by this Any or All.