다음을 통해 공유


GroupByTransformationNode 클래스

정의

groupBy 변환을 나타내는 노드입니다.

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

생성자

GroupByTransformationNode(IList<GroupByPropertyNode>, TransformationNode, CollectionNode)

GroupByTransformationNode를 만듭니다.

속성

ChildTransformations

자식 TransformationNode를 가져옵니다.

GroupingProperties

의 목록을 GroupByPropertyNode가져옵니다.

Kind

변환 노드의 종류를 가져옵니다.

Source

원본을 CollectionNode 나타내는 을 가져옵니다.

적용 대상