NonResourceRangeVariable(String, IEdmTypeReference, CollectionNode) Constructor
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.
Creates a NonResourceRangeVariable.
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.