다음을 통해 공유


ReaderModificationCommandBatch.RollbackLastCommand 메서드

정의

추가된 마지막 명령을 롤백합니다. 명령을 추가할 때 사용하면 일괄 처리가 잘못되었습니다(예: CommandText가 너무 길음).

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)

매개 변수

modificationCommand
IReadOnlyModificationCommand

적용 대상