Condividi tramite


ICommandBatchPreparer.CreateCommandBatches Metodo

Definizione

Dato un set di comandi di modifica, restituisce uno più batch pronti per l'esecuzione per tali comandi, tenendo conto, ad esempio, delle dimensioni massime dei batch e di altri vincoli di batch.

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)

Parametri

commandSet
IEnumerable<IReadOnlyModificationCommand>

Set di comandi da organizzare in batch.

moreCommandSets
Boolean

Se sono previsti più set di comandi dopo questa operazione all'interno della stessa operazione di salvataggio.

Restituisce

Elenco di batch da eseguire.

Si applica a