ReaderModificationCommandBatch.AddCommand 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
| AddCommand(IReadOnlyModificationCommand) |
Verilen ekleme/güncelleştirme/silme işlemini ModificationCommands toplu işleme ekler. |
| AddCommand(ModificationCommand) |
Verilen ekleme/güncelleştirme/silme işlemini ModificationCommands toplu işleme ekler. |
AddCommand(IReadOnlyModificationCommand)
Verilen ekleme/güncelleştirme/silme işlemini ModificationCommands toplu işleme ekler.
public override bool AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
override this.AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Public Overrides Function AddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Parametreler
- modificationCommand
- IReadOnlyModificationCommand
Eklemek için komutu.
Döndürülenler
true komutu başarıyla eklendi ise; komutu eklemek için geçerli toplu iş içinde yer yoksa false ve bunun yerine yeni bir toplu işleme ekleniyorsa.
Şunlara uygulanır
AddCommand(ModificationCommand)
Verilen ekleme/güncelleştirme/silme işlemini ModificationCommands toplu işleme ekler.
public override bool AddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
override this.AddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Public Overrides Function AddCommand (modificationCommand As ModificationCommand) As Boolean
Parametreler
- modificationCommand
- ModificationCommand
Eklemek için komutu.
Döndürülenler
true komutu başarıyla eklendi ise; komutu eklemek için geçerli toplu iş içinde yer yoksa false ve bunun yerine yeni bir toplu işleme ekleniyorsa.