AggregateExpression 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
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
Creare una proprietàAggregateExpression. |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
Creare un oggetto AggregateExpression. |
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)
Creare una proprietà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)
Parametri
- expression
- SingleValueNode
Espressione di aggregazione.
- method
- AggregationMethod
Oggetto AggregationMethod.
- alias
- String
Alias di aggregazione.
- typeReference
- IEdmTypeReference
Oggetto IEdmTypeReference di questa espressione di aggregazione.
Si applica a
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)
Creare un oggetto 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)
Parametri
- expression
- SingleValueNode
Espressione di aggregazione.
- methodDefinition
- AggregationMethodDefinition
Oggetto AggregationMethodDefinition.
- alias
- String
Alias di aggregazione.
- typeReference
- IEdmTypeReference
Oggetto IEdmTypeReference di questa espressione di aggregazione.