DbInsertCommandTree.SetClauses Property

 

Gets set clauses determining values of columns in the inserted row.

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>

A set clauses determining values of columns in the inserted row.