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 列表。

适用于