共用方式為


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

命令樹狀結構。

適用於