Share via


DbGroupExpressionBinding.GroupAggregate Property

Definition

Gets the DbGroupAggregate that represents the collection of elements in the group.

public System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate GroupAggregate { get; }
member this.GroupAggregate : System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate
Public ReadOnly Property GroupAggregate As DbGroupAggregate

Property Value

The elements in the group.

Applies to