ResourceRangeVariable 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 inside an any or all expression that refers to an entity or a complex.
public sealed class ResourceRangeVariable : Microsoft.OData.UriParser.RangeVariable
type ResourceRangeVariable = class
inherit RangeVariable
Public NotInheritable Class ResourceRangeVariable
Inherits RangeVariable
- Inheritance
Constructors
Properties
CollectionResourceNode |
Gets the resource collection that this rangeVariable node iterates over |
Kind |
Gets the kind of this node. |
Name |
Gets the name of the associated any/all parameter (null if none) |
NavigationSource |
Gets the navigation source of the collection this node iterates over. |
StructuredTypeReference |
Gets the structured type of each item in the collection that this range variable iterates over. |
TypeReference |
Gets the entity type of each item in the collection that this range variable iterates over. |