BasicCommandTreeVisitor.VisitUpdateCommandTree(DbUpdateCommandTree) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Implementa il modello visitor per l'albero dei comandi di aggiornamento.
protected virtual void VisitUpdateCommandTree(System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree updateTree);
abstract member VisitUpdateCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree -> unit
override this.VisitUpdateCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree -> unit
Protected Overridable Sub VisitUpdateCommandTree (updateTree As DbUpdateCommandTree)
Parametri
- updateTree
- DbUpdateCommandTree
Albero dei comandi di aggiornamento.