Share via


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Method

Definition

Implements the visitor pattern for the command tree.

public virtual void VisitCommandTree (System.Data.Entity.Core.Common.CommandTrees.DbCommandTree commandTree);
abstract member VisitCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbCommandTree -> unit
override this.VisitCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbCommandTree -> unit
Public Overridable Sub VisitCommandTree (commandTree As DbCommandTree)

Parameters

commandTree
DbCommandTree

The command tree.

Applies to