共用方式為


AggregateExpression 建構函式

定義

多載

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

匯總運算式。

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

匯總運算式。

alias
String

匯總別名。

typeReference
IEdmTypeReference

IEdmTypeReference這個匯總運算式的 。

適用於