DbArithmeticExpression.Arguments Propriété

Définition

Obtient la liste des éléments DbExpression qui définissent les arguments actuels.

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 de taille fixe d'éléments DbExpression.

Remarques

L’objet DbArithmeticExpression exige que tous les éléments de la liste d’arguments aient un type de résultat numérique commun.

S’applique à