UnitOfWorkCommitAsync Method |
Name | Description | |
---|---|---|
CommitAsync(ITransaction) |
Async variant of Commit(ITransaction).
Commits this unit of work. It will first add all entities in the added collections to the correct bins, then it will start
by first inserting all new entities, then saving all updates and then performing the deletes.
| |
CommitAsync(ITransaction, Boolean) |
Async variant of Commit(ITransaction, Boolean).
Commits this unit of work. It will first add all entities in the added collections to the correct bins, then it will start
by first inserting all new entities, then saving all updates and then performing the deletes.
| |
CommitAsync(ITransaction, CancellationToken) |
Async variant of Commit(ITransaction).
Commits this unit of work. It will first add all entities in the added collections to the correct bins, then it will start
by first inserting all new entities, then saving all updates and then performing the deletes.
| |
CommitAsync(ITransaction, Boolean, CancellationToken) |
Async variant of Commit(ITransaction, Boolean).
Commits this unit of work. It will first add all entities in the added collections to the correct bins, then it will start
by first inserting all new entities, then saving all updates and then performing the deletes.
|