Udostępnij za pośrednictwem


AggregateExpressionToken Klasa

Definicja

Token zapytania reprezentujący wyrażenie agregujące.

public sealed class AggregateExpressionToken : Microsoft.OData.UriParser.Aggregation.AggregateTokenBase
type AggregateExpressionToken = class
    inherit AggregateTokenBase
Public NotInheritable Class AggregateExpressionToken
Inherits AggregateTokenBase
Dziedziczenie

Konstruktory

AggregateExpressionToken(QueryToken, AggregationMethod, String)

Utwórz element AggregateExpressionToken.

AggregateExpressionToken(QueryToken, AggregationMethodDefinition, String)

Utwórz element AggregateExpressionToken.

Właściwości

Alias

Pobiera alias.

Expression

Pobiera wyrażenie.

Kind

Pobiera rodzaj tego tokenu.

Method

Pobiera element AggregationMethod tego tokenu.

MethodDefinition

Pobiera definicję metody agregującej.

Metody

Accept<T>(ISyntacticTreeVisitor<T>)

Zaakceptuj element , ISyntacticTreeVisitor<T> aby chodzić po drzewie QueryTokens.

Dotyczy