Sdílet prostřednictvím


RelationalLoggerExtensions.BatchSmallerThanMinBatchSize Metoda

Definice

Protokoluje událost BatchSmallerThanMinBatchSize .

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

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Diagnostický protokolovací nástroj, který se má použít.

entries
IEnumerable<IUpdateEntry>

Položky pro entity v dávce.

commandCount
Int32

Počet příkazů

minBatchSize
Int32

Minimální velikost dávky

Platí pro