Share via


NonResourceRangeVariable(String, IEdmTypeReference, CollectionNode) Constructor

Definition

public NonResourceRangeVariable (string name, Microsoft.OData.Edm.IEdmTypeReference typeReference, Microsoft.OData.UriParser.CollectionNode collectionNode);
new Microsoft.OData.UriParser.NonResourceRangeVariable : string * Microsoft.OData.Edm.IEdmTypeReference * Microsoft.OData.UriParser.CollectionNode -> Microsoft.OData.UriParser.NonResourceRangeVariable
Public Sub New (name As String, typeReference As IEdmTypeReference, collectionNode As CollectionNode)

Parameters

name
String

The name of the associated range variable.

typeReference
IEdmTypeReference

The type of the value the range variable represents.

collectionNode
CollectionNode

The collection that this rangeVariable node iterates over, can be null in the case of single value nodes.

Exceptions

Throws if the input name is null.

Throws if the input type reference is an entity type.

Applies to