This documentation is archived and is not being maintained.

DbFunctionAggregate Class

Supports standard aggregate functions, such as MIN, MAX, AVG, SUM, and so on. This class cannot be inherited.

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

'Declaration
Public NotInheritable Class DbFunctionAggregate _
	Inherits DbAggregate
'Usage
Dim instance As DbFunctionAggregate

This aggregate type corresponds to the invocation of an aggregate function.

Aggregates are pseudo-expressions, and can only appear in the aggregates clause of a GroupBy expression.

System.Object
  System.Data.Common.CommandTrees.DbAggregate
    System.Data.Common.CommandTrees.DbFunctionAggregate

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: