DbFunctionAggregate 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援標準彙總函式 (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
- 繼承
屬性
Arguments |
取得定義這個 DbAggregate 引數的運算式清單。 (繼承來源 DbAggregate) |
Distinct |
取得值,表示這個彙總是否為相異彙總。 |
Function |
取得指定要叫用 (Invoke) 之彙總函式的方法中繼資料 (Metadata)。 |
ResultType |
取得這個 DbAggregate 的結果型別。 (繼承來源 DbAggregate) |
擴充方法
As(DbAggregate, String) |
傳回指定的引數做為索引鍵/值組物件。 |