AggregateExpression Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
Créez un PropertyAggregateExpression. |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
Créez un AggregateExpression. |
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)
Créez un PropertyAggregateExpression.
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)
Paramètres
- expression
- SingleValueNode
Expression d’agrégation.
- method
- AggregationMethod
- alias
- String
Alias d’agrégation.
- typeReference
- IEdmTypeReference
de IEdmTypeReference cette expression d’agrégation.
S’applique à
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)
Créez un AggregateExpression.
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)
Paramètres
- expression
- SingleValueNode
Expression d’agrégation.
- methodDefinition
- AggregationMethodDefinition
- alias
- String
Alias d’agrégation.
- typeReference
- IEdmTypeReference
de IEdmTypeReference cette expression d’agrégation.