다음을 통해 공유


RelationalLoggerExtensions.BatchReadyForExecution 메서드

정의

이벤트에 대한 로그입니다 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)

매개 변수

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

사용할 진단 로거입니다.

entries
IEnumerable<IUpdateEntry>

일괄 처리의 엔터티에 대한 항목입니다.

commandCount
Int32

명령 수입니다.

적용 대상