Freigeben über


SingularModificationCommandBatch.CanAddCommand Methode

Definition

Überlädt

CanAddCommand(IReadOnlyModificationCommand)

Gibt nur zurück true , wenn der No-Befehl bereits hinzugefügt wurde.

CanAddCommand(ModificationCommand)

Gibt nur zurück true , wenn der No-Befehl bereits hinzugefügt wurde.

CanAddCommand(IReadOnlyModificationCommand)

Quelle:
SingularModificationCommandBatch.cs

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)

Quelle:
SingularModificationCommandBatch.cs
Quelle:
SingularModificationCommandBatch.cs
Quelle:
SingularModificationCommandBatch.cs
Quelle:
SingularModificationCommandBatch.cs
Quelle:
SingularModificationCommandBatch.cs

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: