共用方式為


DbInsertCommandTree.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)

屬性值

定義插入作業的插入集子句清單。

適用於