Share via


DbArithmeticExpression.Arguments プロパティ

定義

現在の引数を定義する 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)

プロパティ値

DbExpression 要素の固定サイズの一覧。

注釈

DbArithmeticExpression の引数リスト内のすべての要素の結果型が共通の数値型である必要があります。

適用対象