Share via


DbExpressionBuilder.GroupAggregate(DbExpression) Method

Definition

Creates a new DbGroupAggregate over the specified argument

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

Parameters

argument
DbExpression

The argument over which to perform the nest operation

Returns

A new group aggregate representing the elements of the group referenced by the given argument.

Exceptions

argument is null

Applies to