다음을 통해 공유


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 목록입니다.

적용 대상