DbArithmeticExpression.Arguments Egenskap

Definition

Hämtar listan över DbExpression element som definierar de aktuella argumenten.

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)

Egenskapsvärde

En lista över element med DbExpression fast storlek.

Kommentarer

Kräver DbArithmeticExpression att alla element i argumentlistan har en gemensam numerisk resultattyp.

Gäller för