SingularModificationCommandBatch.CanAddCommand Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CanAddCommand(IReadOnlyModificationCommand) |
Retourne |
CanAddCommand(ModificationCommand) |
Retourne |
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.