Share via


NonResourceRangeVariable Class

Definition

A rangeVariable from an Any or All that doesn't refer to an entity set or complex collection.

public sealed class NonResourceRangeVariable : Microsoft.OData.UriParser.RangeVariable
type NonResourceRangeVariable = class
    inherit RangeVariable
Public NotInheritable Class NonResourceRangeVariable
Inherits RangeVariable
Inheritance
NonResourceRangeVariable

Constructors

NonResourceRangeVariable(String, IEdmTypeReference, CollectionNode)

Creates a NonResourceRangeVariable.

Properties

CollectionNode

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

Kind

Gets the kind of this range variable.

Name

Gets the name of the associated range variable.

TypeReference

Gets the type of the value the range variable represents.

Applies to