Udostępnij przez


BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) Metoda

Definicja

Implementuje wzorzec dla odwiedzających drzewo poleceń.

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

Drzewo poleceń.

Dotyczy