Aracılığıyla paylaş


DbArithmeticExpression.Arguments Özellik

Tanım

Geçerli bağımsız değişkenleri tanımlayan öğelerin listesini DbExpression alır.

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)

Özellik Değeri

Sabit boyutlu öğe listesi DbExpression .

Açıklamalar

, DbArithmeticExpression bağımsız değişkenler listesindeki tüm öğelerin ortak bir sayısal sonuç türüne sahip olmasını gerektirir.

Şunlara uygulanır