Share via


DbGroupByExpression.Aggregates Property

Definition

Gets a DbAggregate list that provides the aggregates to apply.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbAggregate> Aggregates { get; }
member this.Aggregates : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbAggregate>
Public ReadOnly Property Aggregates As IList(Of DbAggregate)

Property Value

A DbAggregate list that provides the aggregates to apply.

Applies to