NonResourceRangeVariableReferenceNode 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 NonResourceRangeVariableReferenceNode.
public NonResourceRangeVariableReferenceNode (string name, Microsoft.OData.UriParser.NonResourceRangeVariable rangeVariable);
new Microsoft.OData.UriParser.NonResourceRangeVariableReferenceNode : string * Microsoft.OData.UriParser.NonResourceRangeVariable -> Microsoft.OData.UriParser.NonResourceRangeVariableReferenceNode
Public Sub New (name As String, rangeVariable As NonResourceRangeVariable)
Parameters
- name
- String
The name of the associated rangeVariable
- rangeVariable
- NonResourceRangeVariable
Reference to a rangeVariable on the binding stack.
Exceptions
Throws if input name or rangeVariable is null.