共用方式為


DbGroupByExpression.Aggregates 屬性

定義

取得可提供要套用之彙總的 DbAggregate 清單。

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)

屬性值

可提供要套用之彙總的 DbAggregate 清單。

適用於