Method Rollback
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
Rollback()
Discards all changes made to the database in the current transaction.
public void Rollback()
Remarks
See Transactions in EF Core for more information and examples.