IDatabaseRepositoryExecuteTransaction Method |
Name | Description | |
---|---|---|
ExecuteTransaction(Transactional) |
Executes a code block as a transaction. If a transaction is already
active, the code is executed within the scope of this transaction.
| |
ExecuteTransaction(IsolationLevel, Transactional) |
Executes a code block as a transaction with a specific isolation level.
If a transaction is already active, the code is executed within the scope
of this transaction. In this case the isolationLevel argument is
ignored.
|