ReaderModificationCommandBatch.RollbackLastCommand Método

Definición

Revierte el último comando agregado. Se usa al agregar un comando para que el lote no sea válido (por ejemplo, CommandText demasiado largo).

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)

Parámetros

modificationCommand
IReadOnlyModificationCommand

Se aplica a