BasicCommandTreeVisitor.VisitQueryCommandTree Method (DbQueryCommandTree)

 

Implements the visitor pattern for the query command tree.

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

protected virtual void VisitQueryCommandTree(
	DbQueryCommandTree queryTree
)

Parameters

queryTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree

The query command tree.