BasicCommandTreeVisitor.VisitInsertCommandTree Method (DbInsertCommandTree)

 

Implements the visitor pattern for the insert command tree.

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

protected virtual void VisitInsertCommandTree(
	DbInsertCommandTree insertTree
)

Parameters

insertTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree

The insert command tree.