DottedIdentifierToken(String, QueryToken) 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.
Create a TypeSegmentQueryToken given the Identifier and the parent (if any)
public DottedIdentifierToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken);
new Microsoft.OData.UriParser.DottedIdentifierToken : string * Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.DottedIdentifierToken
Public Sub New (identifier As String, nextToken As QueryToken)
Parameters
- identifier
- String
The Identifier of the type segment, including the namespace.
- nextToken
- QueryToken
The parent segment.