ReaderModificationCommandBatch.CanAddCommand Yöntem

Tanım

Aşırı Yüklemeler

CanAddCommand(ModificationCommand)

Toplu iş için yeni bir komut eklenip eklenemeyeceğini denetler.

CanAddCommand(IReadOnlyModificationCommand)

Toplu iş için yeni bir komut eklenip eklenemeyeceğini denetler.

CanAddCommand(ModificationCommand)

Toplu iş için yeni bir komut eklenip eklenemeyeceğini denetler.

protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean

Parametreler

modificationCommand
ModificationCommand

Ekleme olasılığı olan komut.

Döndürülenler

true komutu eklenebiliyorsa; false Aksi takdir -de.

Şunlara uygulanır

CanAddCommand(IReadOnlyModificationCommand)

Toplu iş için yeni bir komut eklenip eklenemeyeceğini denetler.

protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean

Parametreler

modificationCommand
IReadOnlyModificationCommand

Ekleme olasılığı olan komut.

Döndürülenler

true komutu eklenebiliyorsa; false Aksi takdir -de.

Şunlara uygulanır