DbExpressionBuilder.GroupAggregate Method (DbExpression)

 

Creates a new DbGroupAggregate over the specified argument.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbGroupAggregate GroupAggregate(
	DbExpression argument
)

Parameters

argument
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

The argument over which to perform the nest operation.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate

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

Exception Condition
ArgumentNullException

argument is null.