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では、引数リスト内のすべての要素に共通の数値結果型が必要です。

適用対象