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 要求参数列表中的所有元素具有通用数值结果类型。

适用于