ModificationCommandBatch.AddCommand 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
AddCommand(IReadOnlyModificationCommand) |
Ajoute l’insertion/mise à jour/suppression ModificationCommands donnée au lot. |
AddCommand(ModificationCommand) |
Ajoute l’insertion/mise à jour/suppression ModificationCommands donnée au lot. |
AddCommand(IReadOnlyModificationCommand)
Ajoute l’insertion/mise à jour/suppression ModificationCommands donnée au lot.
public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Paramètres
- modificationCommand
- IReadOnlyModificationCommand
Commande à ajouter.
Retours
true
si la commande a été ajoutée avec succès ; false
s’il n’y avait pas de place dans le lot actuel pour ajouter la commande et qu’elle doit être ajoutée à un nouveau lot.
S’applique à
AddCommand(ModificationCommand)
Ajoute l’insertion/mise à jour/suppression ModificationCommands donnée au lot.
public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As ModificationCommand) As Boolean
Paramètres
- modificationCommand
- ModificationCommand
Commande à ajouter.
Retours
true
si la commande a été ajoutée avec succès ; false
s’il n’y avait pas de place dans le lot actuel pour ajouter la commande et qu’elle doit être ajoutée à un nouveau lot.