Partager via


ReaderModificationCommandBatch.RollbackLastCommand Méthode

Définition

Restaure la dernière commande ajoutée. Lors de l’ajout d’une commande, le lot est devenu non valide (par exemple, CommandText trop long).

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)

Paramètres

modificationCommand
IReadOnlyModificationCommand

S’applique à