Sdílet prostřednictvím


DbGroupByExpression.Aggregates Vlastnost

Definice

DbAggregate Získá seznam, který poskytuje agregace použít.

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)

Hodnota vlastnosti

Seznam DbAggregate , který poskytuje agregace, které se mají použít.

Platí pro