ReaderModificationCommandBatch.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(ModificationCommand) |
Vérifie si une nouvelle commande peut ou non être ajoutée au lot. |
CanAddCommand(IReadOnlyModificationCommand) |
Vérifie si une nouvelle commande peut être ajoutée au lot. |
CanAddCommand(ModificationCommand)
Vérifie si une nouvelle commande peut ou non être ajoutée au lot.
protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean
Paramètres
- modificationCommand
- ModificationCommand
Commande à ajouter potentiellement.
Retours
true
si la commande peut être ajoutée ; false
Sinon.
S’applique à
CanAddCommand(IReadOnlyModificationCommand)
Vérifie si une nouvelle commande peut être ajoutée au lot.
protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Paramètres
- modificationCommand
- IReadOnlyModificationCommand
Commande à ajouter potentiellement.
Retours
true
si la commande peut être ajoutée ; false
Sinon.