共用方式為


BasicCommandTreeVisitor.VisitFunctionCommandTree 方法

定義

實作函式命令樹的訪客模式。

protected virtual void VisitFunctionCommandTree (System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree functionTree);
abstract member VisitFunctionCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree -> unit
override this.VisitFunctionCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree -> unit
Protected Overridable Sub VisitFunctionCommandTree (functionTree As DbFunctionCommandTree)

參數

functionTree
DbFunctionCommandTree

函式命令樹狀結構。

適用於