EntityRangeVariable.EntityCollectionNode Property
Gets the Entity collection that this rangeVariable node iterates over.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property EntityCollectionNode As EntityCollectionNode
Get
'Usage
Dim instance As EntityRangeVariable
Dim value As EntityCollectionNode
value = instance.EntityCollectionNode
public EntityCollectionNode EntityCollectionNode { get; }
public:
property EntityCollectionNode^ EntityCollectionNode {
EntityCollectionNode^ get ();
}
member EntityCollectionNode : EntityCollectionNode
function get EntityCollectionNode () : EntityCollectionNode
Property Value
Type: Microsoft.Data.OData.Query.SemanticAst.EntityCollectionNode
The Entity collection that this rangeVariable node iterates over.