Sdílet prostřednictvím


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Metoda

Definice

Implementuje vzor návštěvníka pro strom příkazů.

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)

Parametry

commandTree
DbCommandTree

Strom příkazů.

Platí pro