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 参数列表中的所有元素都有一个常见的数值结果类型。

适用于