Partager via


SingularModificationCommandBatch.CanAddCommand Méthode

Définition

Surcharges

CanAddCommand(IReadOnlyModificationCommand)

Retourne true uniquement si aucune commande n’a déjà été ajoutée.

CanAddCommand(ModificationCommand)

Retourne true uniquement si aucune commande n’a déjà été ajoutée.

CanAddCommand(IReadOnlyModificationCommand)

Retourne true uniquement si aucune commande n’a déjà été ajoutée.

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

Paramètres

modificationCommand
IReadOnlyModificationCommand

Commande à ajouter potentiellement.

Retours

true si aucune commande n’a déjà été ajoutée.

S’applique à

CanAddCommand(ModificationCommand)

Retourne true uniquement si aucune commande n’a déjà été ajoutée.

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

Paramètres

modificationCommand
ModificationCommand

Commande à ajouter potentiellement.

Retours

true si aucune commande n’a déjà été ajoutée.

S’applique à