共用方式為


DbUpdateCommandTree.SetClauses 屬性

定義

取得定義更新作業的更新集子句清單。

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

屬性值

定義更新作業的更新集子句清單。

適用於