共用方式為


AggregationMethodDefinition.Custom(String) 方法

定義

從其標籤建立自訂方法定義。

public static Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition Custom (string customMethodLabel);
static member Custom : string -> Microsoft.OData.UriParser.Aggregation.AggregationMethodDefinition
Public Shared Function Custom (customMethodLabel As String) As AggregationMethodDefinition

參數

customMethodLabel
String

要呼叫自訂方法定義的標籤。

傳回

已建立自訂方法。

適用於