Udostępnij przez


BasicCommandTreeVisitor.VisitFunctionCommandTree Metoda

Definicja

Implementuje wzorzec dla odwiedzających drzewo poleceń funkcji.

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)

Parametry

functionTree
DbFunctionCommandTree

Drzewo poleceń funkcji.

Dotyczy