AllNode Constructor (Collection<RangeVariable>)

Initializes a new instance of the AllNode class.

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

Syntax

'Declaration
Public Sub New ( _
    rangeVariables As Collection(Of RangeVariable) _
)
'Usage
Dim rangeVariables As Collection(Of RangeVariable)

Dim instance As New AllNode(rangeVariables)
public AllNode(
    Collection<RangeVariable> rangeVariables
)
public:
AllNode(
    Collection<RangeVariable^>^ rangeVariables
)
new : 
        rangeVariables:Collection<RangeVariable> -> AllNode
public function AllNode(
    rangeVariables : Collection<RangeVariable>
)

Parameters

See Also

Reference

AllNode Class

AllNode Overload

Microsoft.Data.OData.Query.SemanticAst Namespace