StarToken(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 new StarToken given the NextToken (if any).
public StarToken (Microsoft.OData.UriParser.QueryToken nextToken);
new Microsoft.OData.UriParser.StarToken : Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.StarToken
Public Sub New (nextToken As QueryToken)
Parameters
- nextToken
- QueryToken
The NextToken token to access the property on. Pass no if this property has no NextToken.