다음을 통해 공유


AggregateExpression 클래스

정의

단일 값 엔터티를 집계하는 집계 식을 나타냅니다.

public sealed class AggregateExpression : Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase
type AggregateExpression = class
    inherit AggregateExpressionBase
Public NotInheritable Class AggregateExpression
Inherits AggregateExpressionBase
상속
AggregateExpression

생성자

AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)

PropertyAggregateExpression을 만듭니다.

AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)

AggregateExpression을 만듭니다.

속성

AggregateKind

식의 를 AggregateExpressionKind 반환합니다.

(다음에서 상속됨 AggregateExpressionBase)
Alias

식의 별칭을 반환합니다.

(다음에서 상속됨 AggregateExpressionBase)
Expression

집계 식을 가져옵니다.

Method

AggregationMethod를 가져옵니다.

MethodDefinition

AggregationMethodDefinition를 가져옵니다.

TypeReference

IEdmTypeReference 이 집계 식의 를 가져옵니다.

적용 대상