Partager via


DbAggregate.Arguments Propriété

Définition

Obtient la liste des expressions qui définissent les arguments à cet objet DbAggregate.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Arguments { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

Valeur de propriété

Liste d’expressions qui définissent les arguments à cet objet DbAggregate.

Remarques

Propriété Arguments des arguments de DbAggregate l’agrégat.

S’applique à