DbFunctionAggregate クラス

定義

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

呼び出す集計関数を指定するメソッド メタデータを取得します。

ResultType

この DbAggregate の結果型を取得します。

(継承元 DbAggregate)

拡張メソッド

As(DbAggregate, String)

指定された引数をキー/値ペア オブジェクトとして返します。

適用対象