Skip to main content
Skip to main content

Context

A shared context object that is used to share resources between the application and the module.

Type parameters

TManagerobjectRequired
enableNestedTransactionsboolean
A boolean value indicating whether nested transactions are enabled.
isolationLevelstring
A string indicating the isolation level of the context. Possible values are READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, or SERIALIZABLE.
managerTManager
An instance of a manager, typically an entity manager, of type TManager, which is a typed parameter passed to the context to specify the type of the manager.
transactionIdstring
A string indicating the ID of the current transaction.
transactionManagerTManager
An instance of a transaction manager of type TManager, which is a typed parameter passed to the context to specify the type of the transactionManager.
Was this section helpful?