BasicCommandTreeVisitor.VisitInsertCommandTree(DbInsertCommandTree) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementa o padrão de visitante para a árvore de comando de inserção.
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)
Parâmetros
- insertTree
- DbInsertCommandTree
A árvore de comandos de inserção.