BasicCommandTreeVisitor.VisitSetClause Method (DbSetClause)

 

Implements the visitor pattern for the set clause.

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

protected virtual void VisitSetClause(
	DbSetClause setClause
)

Parameters

setClause
Type: System.Data.Entity.Core.Common.CommandTrees.DbSetClause

The set clause.