共用方式為


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 會要求引數清單中的所有項目都具有一般數值結果型別。

適用於