次の方法で共有


DbGroupExpressionBinding クラス

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

DbGroupByExpression に対する入力セットのバインドを定義します。 DbExpressionBinding のプロパティに加え、DbGroupExpressionBinding もまた、<seealso cref="P:System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding.GroupVariable" /> 変数参照を介したグループ要素および <seealso cref="P:System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding.GroupAggregate" /> プロパティを介したグループ集計へのアクセスを提供します。

継承階層

System.Object
  System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public NotInheritable Class DbGroupExpressionBinding
'使用
Dim instance As DbGroupExpressionBinding
public sealed class DbGroupExpressionBinding
public ref class DbGroupExpressionBinding sealed
[<SealedAttribute>]
type DbGroupExpressionBinding =  class end
public final class DbGroupExpressionBinding

DbGroupExpressionBinding 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Expression 入力セットを定義する DbExpression を取得します。
パブリック プロパティ GroupAggregate グループの要素のコレクションを表す DbGroupAggregate を取得します。
パブリック プロパティ GroupVariable グループ要素変数を参照する DbVariableReferenceExpression を取得します。
パブリック プロパティ GroupVariableName group 要素変数に割り当てられた名前を取得します。
パブリック プロパティ GroupVariableType group 要素変数の型のメタデータを取得します。
パブリック プロパティ Variable 要素変数を参照する DbVariableReferenceExpression を取得します。
パブリック プロパティ VariableName 要素変数に割り当てられた名前を取得します。
パブリック プロパティ VariableType 要素変数の型のメタデータを取得します。

上揃え

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されます。)
パブリック メソッド GetHashCode (Object から継承されます。)
パブリック メソッド GetType (Object から継承されます。)
パブリック メソッド ToString (Object から継承されます。)

上揃え

Extension のメソッド

  名前 説明
パブリック Extension メソッド GroupBy 指定されたグループ キーに従って入力セットの要素をグループ化し、指定された集約を適用する新しい DbGroupByExpression を作成します。 (DbExpressionBuilder によって定義されています。)

上揃え

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

System.Data.Entity.Core.Common.CommandTrees 名前空間