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