Sdílet prostřednictvím


DbArithmeticExpression.Arguments Vlastnost

Definice

Získá seznam DbExpression prvků, které definují aktuální argumenty.

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)

Hodnota vlastnosti

Seznam DbExpression prvků s pevnou velikostí.

Poznámky

Vyžaduje DbArithmeticExpression , aby všechny prvky v seznamu argumentů měly společný číselný typ výsledku.

Platí pro