DbUpdateCommandTree.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 子句列表。

适用于