Compartir a través de


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Método

Definición

Implementa el patrón de visitante para el árbol 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

Árbol de comandos.

Se aplica a