GroupByPropertyNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |