DbExpressionBuilder.GroupAggregate(DbExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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