次の方法で共有


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 リスト。

適用対象