DbArithmeticExpression.Arguments Tulajdonság

Definíció

Lekéri az aktuális argumentumokat meghatározó elemek listáját DbExpression .

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)

Tulajdonság értéke

Az elemek rögzített méretű listája DbExpression .

Megjegyzések

Ehhez DbArithmeticExpression az argumentumlista összes elemének közös numerikus eredménytípussal kell rendelkeznie.

A következőre érvényes: