다음을 통해 공유


DbGroupByExpression.Aggregates 속성

정의

적용할 집계를 제공하는 DbAggregate 목록을 가져옵니다.

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

속성 값

적용할 집계를 제공하는 DbAggregate 목록입니다.

적용 대상