Freigeben über


BasicCommandTreeVisitor.VisitFunctionCommandTree Methode

Definition

Implementiert das Besuchermuster für die Funktionsbefehlsstruktur.

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)

Parameter

functionTree
DbFunctionCommandTree

Die Funktionsbefehlsstruktur.

Gilt für: