GroupByPropertyNode Constructors
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.
Overloads
GroupByPropertyNode(String, SingleValueNode) |
Create a GroupByPropertyNode. |
GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference) |
Create a GroupByPropertyNode. |
GroupByPropertyNode(String, SingleValueNode)
Create a GroupByPropertyNode.
public GroupByPropertyNode (string name, Microsoft.OData.UriParser.SingleValueNode expression);
new Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode : string * Microsoft.OData.UriParser.SingleValueNode -> Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode
Public Sub New (name As String, expression As SingleValueNode)
Parameters
- name
- String
The name of this node.
- expression
- SingleValueNode
The SingleValueNode of this node.
Applies to
GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference)
Create a GroupByPropertyNode.
public GroupByPropertyNode (string name, Microsoft.OData.UriParser.SingleValueNode expression, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode : string * Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode
Public Sub New (name As String, expression As SingleValueNode, type As IEdmTypeReference)
Parameters
- name
- String
The name of this node.
- expression
- SingleValueNode
The SingleValueNode of this node.
- type
- IEdmTypeReference
The IEdmTypeReference of this node.