DbInsertCommandTree.SetClauses 属性

定义

获取定义插入操作的插入 Set 子句的列表。

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)

属性值

定义插入操作的插入 Set 子句的列表。

适用于