BasicCommandTreeVisitor.VisitUpdateCommandTree Method (DbUpdateCommandTree)

 

Implements the visitor pattern for the update command tree.

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

protected virtual void VisitUpdateCommandTree(
	DbUpdateCommandTree updateTree
)

Parameters

updateTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree

The update command tree.