DbGroupExpressionBinding 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 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 获取指定给组元素变量的名称。
公共属性 GroupVariableType 获取组元素变量的类型元数据。
公共属性 Variable 获取引用元素变量的 DbVariableReferenceExpression。
公共属性 VariableName 获取指定给元素变量的名称。
公共属性 VariableType 获取元素变量的类型元数据。

顶部

方法

  名称 描述
公共方法 Equals (继承自 Object。)
公共方法 GetHashCode (继承自 Object。)
公共方法 GetType (继承自 Object。)
公共方法 ToString (继承自 Object。)

顶部

扩展方法 

  名称 描述
公共扩展方法 GroupBy 创建一个新的 DbGroupByExpression,它根据指定的组键对输入集的元素进行分组并应用给定的聚合。 (由 DbExpressionBuilder 定义。)

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Core.Common.CommandTrees 命名空间