Compartilhar via


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Método

Definição

Implementa o padrão de visitante para a árvore de comandos.

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)

Parâmetros

commandTree
DbCommandTree

A árvore de comandos.

Aplica-se a