Condividi tramite


RelationalLoggerExtensions.BatchReadyForExecution Metodo

Definizione

Registra l'evento BatchReadyForExecution .

public static void BatchReadyForExecution (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Update> diagnostics, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries, int commandCount);
static member BatchReadyForExecution : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Update> * seq<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> * int -> unit
<Extension()>
Public Sub BatchReadyForExecution (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Update), entries As IEnumerable(Of IUpdateEntry), commandCount As Integer)

Parametri

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Logger di diagnostica da usare.

entries
IEnumerable<IUpdateEntry>

Voci per le entità nel batch.

commandCount
Int32

Numero di comandi.

Si applica a