Condividi tramite


GroupByToken Classe

Definizione

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.

Si applica a