ReaderModificationCommandBatch.RollbackLastCommand Methode

Definition

Führt ein Rollback für den letzten hinzugefügten Befehl aus. Beim Hinzufügen eines Befehls wurde der Batch ungültig (z. B. CommandText zu lang).

protected virtual void RollbackLastCommand(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member RollbackLastCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
override this.RollbackLastCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
Protected Overridable Sub RollbackLastCommand (modificationCommand As IReadOnlyModificationCommand)

Parameter

modificationCommand
IReadOnlyModificationCommand

Gilt für: