SingularModificationCommandBatch.CanAddCommand 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
| CanAddCommand(IReadOnlyModificationCommand) |
Yalnızca |
| CanAddCommand(ModificationCommand) |
Yalnızca |
CanAddCommand(IReadOnlyModificationCommand)
Yalnızca true Hayır komutu eklendiyse döndürür.
protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Parametreler
- modificationCommand
- IReadOnlyModificationCommand
Potansiyel olarak ekleyebilecek komut.
Döndürülenler
true henüz bir komut eklenmemişse.
Şunlara uygulanır
CanAddCommand(ModificationCommand)
Yalnızca true Hayır komutu eklendiyse döndürür.
protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean
Parametreler
- modificationCommand
- ModificationCommand
Potansiyel olarak ekleyebilecek komut.
Döndürülenler
true henüz bir komut eklenmemişse.