共用方式為


DbFunctionAggregate 類別

定義

支援標準彙總函式 (Aggregate Function),例如 MIN、MAX、AVG 和 SUM。 此類別無法獲得繼承。

public ref class DbFunctionAggregate sealed : System::Data::Common::CommandTrees::DbAggregate
public sealed class DbFunctionAggregate : System.Data.Common.CommandTrees.DbAggregate
type DbFunctionAggregate = class
    inherit DbAggregate
Public NotInheritable Class DbFunctionAggregate
Inherits DbAggregate
繼承
DbFunctionAggregate

備註

此彙總型別 (Aggregate Type) 會對應至彙總函式的引動過程。

匯總是虛擬表達式,而且只能出現在表達式的 GroupBy aggregates 子句中。

屬性

Arguments

取得定義這個 DbAggregate 之引數的運算式清單。

(繼承來源 DbAggregate)
Distinct

取得值,表示這個彙總是否為相異彙總。

Function

取得指定要叫用 (Invoke) 之彙總函式的方法中繼資料 (Metadata)。

ResultType

取得這個 DbAggregate 的結果型別。

(繼承來源 DbAggregate)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

擴充方法

As(DbAggregate, String)

傳回指定的引數做為索引鍵/值組物件。

適用於