BasicCommandTreeVisitor.VisitInsertCommandTree(DbInsertCommandTree) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the visitor pattern for the insert command tree.
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)
Parameters
- insertTree
- DbInsertCommandTree
The insert command tree.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework