GroupByPropertyNode Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GroupByPropertyNode(String, SingleValueNode) |
Creare un oggetto GroupByPropertyNode. |
GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference) |
Creare un oggetto GroupByPropertyNode. |
GroupByPropertyNode(String, SingleValueNode)
Creare un oggetto 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)
Parametri
- name
- String
Nome di questo nodo.
- expression
- SingleValueNode
Oggetto SingleValueNode di questo nodo.
Si applica a
GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference)
Creare un oggetto 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)
Parametri
- name
- String
Nome di questo nodo.
- expression
- SingleValueNode
Oggetto SingleValueNode di questo nodo.
- type
- IEdmTypeReference
Oggetto IEdmTypeReference di questo nodo.