Share via


ResourceRangeVariable Class

Definition

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
ResourceRangeVariable

Constructors

ResourceRangeVariable(String, IEdmStructuredTypeReference, CollectionResourceNode)

Creates a ResourceRangeVariable.

ResourceRangeVariable(String, IEdmStructuredTypeReference, IEdmNavigationSource)

Creates a ResourceRangeVariable.

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.

Applies to