Share via


GroupByPropertyNode Class

Definition

A node representing a grouping property.

public sealed class GroupByPropertyNode
type GroupByPropertyNode = class
Public NotInheritable Class GroupByPropertyNode
Inheritance
GroupByPropertyNode

Constructors

GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference)

Create a GroupByPropertyNode.

GroupByPropertyNode(String, SingleValueNode)

Create a GroupByPropertyNode.

Properties

ChildTransformations

Gets or sets the child transformations GroupByPropertyNodes of this node.

Expression

Gets the SingleValueNode of this node.

Name

Gets the name of this node.

TypeReference

Gets the IEdmTypeReference of this node.

Applies to