共用方式為


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 項目的固定大小清單。

適用於