다음을 통해 공유


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

함수 명령 트리입니다.

적용 대상