Aracılığıyla paylaş


DbGroupByExpression.Aggregates Özellik

Tanım

Uygulanacak toplamaları sağlayan bir DbAggregate liste alır.

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)

Özellik Değeri

DbAggregate Uygulanacak toplamaları sağlayan bir liste.

Şunlara uygulanır