NonentityRangeVariable.CollectionNode Property

Gets the collection that this range variable node iterates over, can be null in the case of single value nodes.

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

Syntax

'Declaration
Public ReadOnly Property CollectionNode As CollectionNode 
    Get
'Usage
Dim instance As NonentityRangeVariable 
Dim value As CollectionNode 

value = instance.CollectionNode
public CollectionNode CollectionNode { get; }
public:
property CollectionNode^ CollectionNode {
    CollectionNode^ get ();
}
member CollectionNode : CollectionNode
function get CollectionNode () : CollectionNode

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.CollectionNode
The collection that this range variable node iterates over.

See Also

Reference

NonentityRangeVariable Class

Microsoft.Data.OData.Query.SemanticAst Namespace