AggregateExpression 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
建立 PropertyAggregateExpression。 |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
建立 AggregateExpression。 |
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)
建立 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)
參數
- expression
- SingleValueNode
匯總運算式。
- method
- AggregationMethod
- alias
- String
匯總別名。
- typeReference
- IEdmTypeReference
IEdmTypeReference這個匯總運算式的 。
適用於
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)
建立 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)
參數
- expression
- SingleValueNode
匯總運算式。
- methodDefinition
- AggregationMethodDefinition
- alias
- String
匯總別名。
- typeReference
- IEdmTypeReference
IEdmTypeReference這個匯總運算式的 。