Compartilhar via


BasicCommandTreeVisitor.VisitFunctionCommandTree Método

Definição

Implementa o padrão de visitante para a árvore de comandos da função.

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)

Parâmetros

functionTree
DbFunctionCommandTree

A árvore de comandos da função.

Aplica-se a