Поделиться через


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

Дерево команд функции.

Применяется к