ExpandToken Class
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.
Lexical token representing an expand operation.
public sealed class ExpandToken : Microsoft.OData.UriParser.QueryToken
type ExpandToken = class
inherit QueryToken
Public NotInheritable Class ExpandToken
Inherits QueryToken
- Inheritance
Constructors
ExpandToken(ExpandTermToken[]) |
Creates a new instance of ExpandToken given the property-accesses of the expand query. |
ExpandToken(IEnumerable<ExpandTermToken>) |
Create a new instance of ExpandToken given the property-accesses of the expand query. |
Properties
ExpandTerms |
The properties according to which to expand in the results. |
Kind |
The kind of the query token. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |