ICommandBatchPreparer.BatchCommands Yöntem

Tanım

Aşırı Yüklemeler

BatchCommands(IReadOnlyList<IUpdateEntry>)

Verilen s listesi IUpdateEntrytarafından temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlemlerini oluşturur.

BatchCommands(IList<IUpdateEntry>, IUpdateAdapter)

Verilen s listesi IUpdateEntrytarafından temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlemlerini oluşturur.

BatchCommands(IReadOnlyList<IUpdateEntry>)

Verilen s listesi IUpdateEntrytarafından temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlemlerini oluşturur.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch> BatchCommands (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
abstract member BatchCommands : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch>
Public Function BatchCommands (entries As IReadOnlyList(Of IUpdateEntry)) As IEnumerable(Of ModificationCommandBatch)

Parametreler

entries
IReadOnlyList<IUpdateEntry>

Değiştirilecek varlıkları temsil eden girdiler.

Döndürülenler

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

Şunlara uygulanır

BatchCommands(IList<IUpdateEntry>, IUpdateAdapter)

Verilen s listesi IUpdateEntrytarafından temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlemlerini oluşturur.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch> BatchCommands (System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries, Microsoft.EntityFrameworkCore.Update.IUpdateAdapter updateAdapter);
abstract member BatchCommands : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> * Microsoft.EntityFrameworkCore.Update.IUpdateAdapter -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch>
Public Function BatchCommands (entries As IList(Of IUpdateEntry), updateAdapter As IUpdateAdapter) As IEnumerable(Of ModificationCommandBatch)

Parametreler

entries
IList<IUpdateEntry>

Değiştirilecek varlıkları temsil eden girdiler.

updateAdapter
IUpdateAdapter

Model verileri.

Döndürülenler

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

Şunlara uygulanır