Compartir a través de


BasicCommandTreeVisitor.VisitFunctionCommandTree Método

Definición

Implementa el patrón de visitante para el árbol de comandos de función.

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

Árbol de comandos de la función.

Se aplica a