다음을 통해 공유


ICommandBatchPreparer.CreateCommandBatches 메서드

정의

수정 명령 집합이 제공되면 최대 일괄 처리 크기 및 기타 일괄 처리 제약 조건을 고려하여 해당 명령에 대해 실행 준비가 된 일괄 처리를 하나 더 반환합니다.

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)

매개 변수

commandSet
IEnumerable<IReadOnlyModificationCommand>

일괄 처리로 구성할 명령 집합입니다.

moreCommandSets
Boolean

동일한 저장 작업 내에서 이 명령 집합 이후에 더 많은 명령 집합이 필요한지 여부입니다.

반환

실행할 일괄 처리 목록입니다.

적용 대상