SingularModificationCommandBatch.CanAddCommand Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| CanAddCommand(IReadOnlyModificationCommand) |
Hanya mengembalikan |
| CanAddCommand(ModificationCommand) |
Hanya mengembalikan |
CanAddCommand(IReadOnlyModificationCommand)
Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.
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
Parameter
- modificationCommand
- IReadOnlyModificationCommand
Perintah untuk berpotensi menambahkan.
Mengembalikan
true jika tidak ada perintah yang telah ditambahkan.
Berlaku untuk
CanAddCommand(ModificationCommand)
Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.
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
Parameter
- modificationCommand
- ModificationCommand
Perintah untuk berpotensi menambahkan.
Mengembalikan
true jika tidak ada perintah yang telah ditambahkan.