Partilhar via


GroupByPropertyNode Construtores

Definição

Sobrecargas

GroupByPropertyNode(String, SingleValueNode)

Crie um GroupByPropertyNode.

GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference)

Crie um GroupByPropertyNode.

GroupByPropertyNode(String, SingleValueNode)

Crie um 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)

Parâmetros

name
String

O nome desse nó.

expression
SingleValueNode

O SingleValueNode deste nó.

Aplica-se a

GroupByPropertyNode(String, SingleValueNode, IEdmTypeReference)

Crie um 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)

Parâmetros

name
String

O nome desse nó.

expression
SingleValueNode

O SingleValueNode deste nó.

Aplica-se a