共用方式為


DbFunctionAggregate 類別

定義

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

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

屬性

Arguments

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

(繼承來源 DbAggregate)
Distinct

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

Function

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

ResultType

取得這個 DbAggregate 的結果型別。

(繼承來源 DbAggregate)

擴充方法

As(DbAggregate, String)

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

適用於