Share via


DbInsertCommandTree.SetClauses Property

Definition

Gets the list of insert set clauses that define the insert 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 insert set clauses that define the insert operation.

Applies to