DbArithmeticExpression.Arguments 属性

定义

获取用于定义当前参数的 DbExpression 元素列表。

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

属性值

固定大小的 DbExpression 元素列表。

适用于