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

适用于