ReaderModificationCommandBatch.AddCommand Yöntem

Tanım

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

Boolean

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

Boolean

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