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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework