Share via


DbUpdateCommandTree.SetClauses Property

Definition

Gets the list of update set clauses that define the update operation.

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)

Property Value

The list of update set clauses that define the update operation.

Applies to