BasicCommandTreeVisitor.VisitFunctionCommandTree Method (DbFunctionCommandTree)

 

Implements the visitor pattern for the function command tree.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void VisitFunctionCommandTree(
	DbFunctionCommandTree functionTree
)

Parameters

functionTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree

The function command tree.