DbUpdateCommandTree.SetClauses Property

 

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

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public IList<DbModificationClause> SetClauses { get; }

Property Value

Type: System.Collections.Generic.IList<DbModificationClause>

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