ModificationCommandBatch.AddCommand Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddCommand(IReadOnlyModificationCommand) |
Fügt dem Batch das angegebene insert/update/delete ModificationCommands hinzu. |
AddCommand(ModificationCommand) |
Fügt dem Batch das angegebene insert/update/delete ModificationCommands hinzu. |
AddCommand(IReadOnlyModificationCommand)
Fügt dem Batch das angegebene insert/update/delete ModificationCommands hinzu.
public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Parameter
- modificationCommand
- IReadOnlyModificationCommand
Der hinzuzufügende Befehl.
Gibt zurück
true
, wenn der Befehl erfolgreich hinzugefügt wurde; false
, wenn im aktuellen Batch kein Platz zum Hinzufügen des Befehls vorhanden war und er stattdessen einem neuen Batch hinzugefügt werden muss.
Gilt für:
AddCommand(ModificationCommand)
Fügt dem Batch das angegebene insert/update/delete ModificationCommands hinzu.
public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As ModificationCommand) As Boolean
Parameter
- modificationCommand
- ModificationCommand
Der hinzuzufügende Befehl.
Gibt zurück
true
, wenn der Befehl erfolgreich hinzugefügt wurde; false
, wenn im aktuellen Batch kein Platz zum Hinzufügen des Befehls vorhanden war und er stattdessen einem neuen Batch hinzugefügt werden muss.
Gilt für:
Entity Framework