BasicCommandTreeVisitor.VisitDeleteCommandTree Method (DbDeleteCommandTree)

 

Implements the visitor pattern for the delete command tree.

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

protected virtual void VisitDeleteCommandTree(
	DbDeleteCommandTree deleteTree
)

Parameters

deleteTree
Type: System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree

The delete command tree.