ICommandBatchPreparer.CreateCommandBatches 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.
Étant donné un ensemble de commandes de modification, retourne un lot prêt à être exécuté pour ces commandes, en tenant compte, par exemple, des tailles de lots maximales et d’autres contraintes de traitement par lot.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch> CreateCommandBatches (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand> commandSet, bool moreCommandSets);
abstract member CreateCommandBatches : seq<Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand> * bool -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch>
Public Function CreateCommandBatches (commandSet As IEnumerable(Of IReadOnlyModificationCommand), moreCommandSets As Boolean) As IEnumerable(Of ModificationCommandBatch)
Paramètres
- commandSet
- IEnumerable<IReadOnlyModificationCommand>
Ensemble de commandes à organiser par lots.
- moreCommandSets
- Boolean
Indique si d’autres jeux de commandes sont attendus après celui-ci dans la même opération d’enregistrement.
Retours
Liste des lots à exécuter.