DbExpressionBuilder.GroupAggregate(DbExpression) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过指定的参数创建新的DbGroupAggregate
public static System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate GroupAggregate(System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member GroupAggregate : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate
Public Function GroupAggregate (argument As DbExpression) As DbGroupAggregate
参数
- argument
- DbExpression
要对其执行嵌套操作的参数
返回
表示由给定参数引用的组元素的新组聚合。
例外
argument
为 null