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

See Also

Reference

LambdaNode Class

LambdaNode Overload

Microsoft.Data.OData.Query.SemanticAst Namespace