NonResourceRangeVariable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |