DbGroupAggregate Class

 

Represents a collection of elements that compose a group.

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

System.Object
  System.Data.Entity.Core.Common.CommandTrees.DbAggregate
    System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate

public sealed class DbGroupAggregate : DbAggregate

NameDescription
System_CAPS_pubpropertyArguments

Gets the list of expressions that define the arguments to the aggregate. (Inherited from DbAggregate.)

System_CAPS_pubpropertyResultType

Gets the result type of this aggregate (Inherited from DbAggregate.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAs(String)

Overloaded. Returns the specified arguments as a key/value pair object.(Defined by DbExpressionBuilder.)

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