BasicCommandTreeVisitor.VisitCommandTree Method (DbCommandTree)

 

Implements the visitor pattern for the command tree.

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

public virtual void VisitCommandTree(
	DbCommandTree commandTree
)

Parameters

commandTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbCommandTree

The command tree.