共用方式為


DbNewInstanceExpression.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 清單,這個清單為新執行個體提供屬性/資料行值或為其設定項目。

適用於