ICommandBatchPreparer.BatchCommands Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| BatchCommands(IReadOnlyList<IUpdateEntry>) |
Verilen listeyle temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlerini IUpdateEntry oluşturur. |
| BatchCommands(IList<IUpdateEntry>, IUpdateAdapter) |
Verilen listeyle temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlerini IUpdateEntry oluşturur. |
BatchCommands(IReadOnlyList<IUpdateEntry>)
Verilen listeyle temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlerini IUpdateEntry 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 girişler.
Döndürülenler
Yürütülecek toplu işler listesi.
Şunlara uygulanır
BatchCommands(IList<IUpdateEntry>, IUpdateAdapter)
Verilen listeyle temsil edilen varlıkları eklemek/güncelleştirmek/silmek için gereken komut toplu işlerini IUpdateEntry 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 girişler.
- updateAdapter
- IUpdateAdapter
Model verileri.
Döndürülenler
Yürütülecek toplu işler listesi.