다음을 통해 공유


IBatchExecutor.Execute 메서드

정의

지정된 데이터베이스 연결에 대해 일괄 처리에서 명령을 실행합니다.

public int Execute (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch> commandBatches, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection);
abstract member Execute : seq<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch> * Microsoft.EntityFrameworkCore.Storage.IRelationalConnection -> int
Public Function Execute (commandBatches As IEnumerable(Of ModificationCommandBatch), connection As IRelationalConnection) As Integer

매개 변수

commandBatches
IEnumerable<ModificationCommandBatch>

실행할 일괄 처리입니다.

connection
IRelationalConnection

사용할 데이터베이스 연결입니다.

반환

영향을 받는 총 행 수입니다.

적용 대상