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 提供應用的彙總結果的清單。

適用於