共用方式為


AggregationMethod 列舉

定義

匯總子句中使用的方法列舉

public enum AggregationMethod
type AggregationMethod = 
Public Enum AggregationMethod
繼承
AggregationMethod

欄位

Average 3

匯總方法 Average。

CountDistinct 4

匯總方法 CountDistinct。

Custom 6

自訂匯總方法。

Max 2

匯總方法 Max。

Min 1

匯總方法 Min。

Sum 0

匯總方法 Sum。

VirtualPropertyCount 5

匯總方法 Count。 只在內部用來表示虛擬屬性$count。

適用於