AggregateExpression 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
단일 값 엔터티를 집계하는 집계 식을 나타냅니다.
public sealed class AggregateExpression : Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase
type AggregateExpression = class
inherit AggregateExpressionBase
Public NotInheritable Class AggregateExpression
Inherits AggregateExpressionBase
- 상속
생성자
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
PropertyAggregateExpression을 만듭니다. |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
AggregateExpression을 만듭니다. |
속성
AggregateKind |
식의 를 AggregateExpressionKind 반환합니다. (다음에서 상속됨 AggregateExpressionBase) |
Alias |
식의 별칭을 반환합니다. (다음에서 상속됨 AggregateExpressionBase) |
Expression |
집계 식을 가져옵니다. |
Method |
AggregationMethod를 가져옵니다. |
MethodDefinition |
AggregationMethodDefinition를 가져옵니다. |
TypeReference |
IEdmTypeReference 이 집계 식의 를 가져옵니다. |