Click or drag to resize

IDatabaseRepositoryExecuteTransaction Method

Overload List
  NameDescription
Public methodCode exampleExecuteTransaction(Transactional)
Executes a code block as a transaction. If a transaction is already active, the code is executed within the scope of this transaction.
Public methodCode exampleExecuteTransaction(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.
Top
See Also