ResourceRangeVariableReferenceNode(String, ResourceRangeVariable) 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 an ResourceRangeVariableReferenceNode.
public ResourceRangeVariableReferenceNode (string name, Microsoft.OData.UriParser.ResourceRangeVariable rangeVariable);
new Microsoft.OData.UriParser.ResourceRangeVariableReferenceNode : string * Microsoft.OData.UriParser.ResourceRangeVariable -> Microsoft.OData.UriParser.ResourceRangeVariableReferenceNode
Public Sub New (name As String, rangeVariable As ResourceRangeVariable)
Parameters
- name
- String
The name of the associated range variable (null if none)
- rangeVariable
- ResourceRangeVariable
The actual range variable on the bind stack that this refers to
Exceptions
Throws if the input name or rangeVariable is null.