BasicCommandTreeVisitor.VisitDeleteCommandTree(DbDeleteCommandTree) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Implementa el patrón de visitante para el árbol de comandos delete.
protected virtual void VisitDeleteCommandTree(System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree deleteTree);
abstract member VisitDeleteCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree -> unit
override this.VisitDeleteCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree -> unit
Protected Overridable Sub VisitDeleteCommandTree (deleteTree As DbDeleteCommandTree)
Parámetros
- deleteTree
- DbDeleteCommandTree
Árbol de comandos delete.