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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework