BasicCommandTreeVisitor.VisitCommandTree(DbCommandTree) 方法

定义

实现命令树的访问者模式。

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)

参数

commandTree
DbCommandTree

命令树。

适用于