AggregateExpression Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
Utwórz właściwośćAggregateExpression. |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
Utwórz agregacjęExpression. |
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)
Utwórz właściwośćAggregateExpression.
public AggregateExpression (Microsoft.OData.UriParser.SingleValueNode expression, Microsoft.OData.UriParser.Aggregation.AggregationMethod method, string alias, Microsoft.OData.Edm.IEdmTypeReference typeReference);
new Microsoft.OData.UriParser.Aggregation.AggregateExpression : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.UriParser.Aggregation.AggregationMethod * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.Aggregation.AggregateExpression
Public Sub New (expression As SingleValueNode, method As AggregationMethod, alias As String, typeReference As IEdmTypeReference)
Parametry
- expression
- SingleValueNode
Wyrażenie agregacji.
- method
- AggregationMethod
Element AggregationMethod.
- alias
- String
Alias agregacji.
- typeReference
- IEdmTypeReference
To IEdmTypeReference wyrażenie agregacji.
Dotyczy
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)
Utwórz agregacjęExpression.
public AggregateExpression (Microsoft.OData.UriParser.SingleValueNode expression, Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition methodDefinition, string alias, Microsoft.OData.Edm.IEdmTypeReference typeReference);
new Microsoft.OData.UriParser.Aggregation.AggregateExpression : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.Aggregation.AggregateExpression
Public Sub New (expression As SingleValueNode, methodDefinition As AggregationMethodDefinition, alias As String, typeReference As IEdmTypeReference)
Parametry
- expression
- SingleValueNode
Wyrażenie agregacji.
- methodDefinition
- AggregationMethodDefinition
Element AggregationMethodDefinition.
- alias
- String
Alias agregacji.
- typeReference
- IEdmTypeReference
To IEdmTypeReference wyrażenie agregacji.