Partager via


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Méthode

Définition

Implémente le modèle visiteur pour l’arborescence de commandes.

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)

Paramètres

commandTree
DbCommandTree

Arborescence de commandes.

S’applique à