SingularModificationCommandBatch.CanAddCommand 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
CanAddCommand(IReadOnlyModificationCommand) |
Gibt nur zurück |
CanAddCommand(ModificationCommand) |
Gibt nur zurück |
CanAddCommand(IReadOnlyModificationCommand)
Gibt nur zurück true
, wenn der No-Befehl bereits hinzugefügt wurde.
protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Parameter
- modificationCommand
- IReadOnlyModificationCommand
Der befehl, der möglicherweise hinzugefügt werden soll.
Gibt zurück
true
, wenn bereits kein Befehl hinzugefügt wurde.
Gilt für:
CanAddCommand(ModificationCommand)
Gibt nur zurück true
, wenn der No-Befehl bereits hinzugefügt wurde.
protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean
Parameter
- modificationCommand
- ModificationCommand
Der befehl, der möglicherweise hinzugefügt werden soll.
Gibt zurück
true
, wenn bereits kein Befehl hinzugefügt wurde.
Gilt für:
Entity Framework