Поделиться через


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

Используемое подключение к базе данных.

Возвращаемое значение

Общее количество затронутых строк.

Применяется к