GroupByToken Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Token di query che rappresenta un token GroupBy.
public sealed class GroupByToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type GroupByToken = class
inherit ApplyTransformationToken
Public NotInheritable Class GroupByToken
Inherits ApplyTransformationToken
- Ereditarietà
Costruttori
GroupByToken(IEnumerable<EndPathToken>, ApplyTransformationToken) |
Creare un oggetto GroupByToken. |
Proprietà
Child |
Ottiene l'elemento figlio di questo token. |
Kind |
Ottiene il tipo di token. |
Properties |
Ottiene l'elenco di gruppi per proprietà. |
Metodi
Accept<T>(ISyntacticTreeVisitor<T>) |
Accettare un ISyntacticTreeVisitor<T> oggetto per camminare un albero di QueryTokens. |