IModificationCommand.AddEntry(IUpdateEntry, Boolean) 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.
Adds an entry to the command.
public void AddEntry (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry, bool mainEntry);
abstract member AddEntry : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * bool -> unit
Public Sub AddEntry (entry As IUpdateEntry, mainEntry As Boolean)
Parameters
- entry
- IUpdateEntry
Entry object.
- mainEntry
- Boolean
Whether this is the main entry. Only one main entry can be added to a given command.
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