Aracılığıyla paylaş


IBatchExecutor.Execute Yöntem

Tanım

Verilen veritabanı bağlantısına karşı toplu işlerdeki komutları yürütür.

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

Parametreler

commandBatches
IEnumerable<ModificationCommandBatch>

Yürütülecek toplu işlemler.

connection
IRelationalConnection

Kullanılacak veritabanı bağlantısı.

Döndürülenler

Etkilenen toplam satır sayısı.

Şunlara uygulanır