BasicCommandTreeVisitor.VisitInsertCommandTree(DbInsertCommandTree) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémente le modèle visiteur pour l’arborescence de commandes d’insertion.
protected virtual void VisitInsertCommandTree(System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree insertTree);
abstract member VisitInsertCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree -> unit
override this.VisitInsertCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree -> unit
Protected Overridable Sub VisitInsertCommandTree (insertTree As DbInsertCommandTree)
Paramètres
- insertTree
- DbInsertCommandTree
Arborescence de commandes d’insertion.