DbFunctionAggregate クラス
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
集計関数の呼び出しに相当する集計の型。
継承階層
System.Object
System.Data.Entity.Core.Common.CommandTrees.DbAggregate
System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
名前空間: System.Data.Entity.Core.Common.CommandTrees
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public NotInheritable Class DbFunctionAggregate _
Inherits DbAggregate
'使用
Dim instance As DbFunctionAggregate
public sealed class DbFunctionAggregate : DbAggregate
public ref class DbFunctionAggregate sealed : public DbAggregate
[<SealedAttribute>]
type DbFunctionAggregate =
class
inherit DbAggregate
end
public final class DbFunctionAggregate extends DbAggregate
DbFunctionAggregate 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Arguments | 集計に対する引数を定義する式の一覧を取得します。 (DbAggregate から継承されます。) | |
Distinct | 集計関数が明確な方法で適用されるかどうかを示す値を取得します。 | |
Function | 呼び出す集計関数を指定するメソッド メタデータを取得します。 | |
ResultType | この集計の結果型を取得します。 (DbAggregate から継承されます。) |
上揃え
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されます。) | |
GetHashCode | (Object から継承されます。) | |
GetType | (Object から継承されます。) | |
ToString | (Object から継承されます。) |
上揃え
Extension のメソッド
名前 | 説明 | |
---|---|---|
As | 指定された引数をキーと値のペア オブジェクトとして返します。 (DbExpressionBuilder によって定義されています。) |
上揃え
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。