Describes how a transaction scope is associated with a transaction.
| Member Name | Description |
|---|---|
| Required | The transaction scope must be associated with a transaction. If we are in a transaction scope join it. If we aren't, create a new one. |
| RequiresNew | Always creates a new transaction scope. |
| Supported | Don't need a transaction scope, but if we are in a transaction scope then join it. |
| NotSupported | Means that cannot cannot be associated with a transaction scope. |
| Mandatory | The transaction scope must be associated with an existing transaction scope. |
Namespace: IBatisNet.Common.Transaction
Assembly: IBatisNet.Common (in IBatisNet.Common.dll)
IBatisNet.Common.Transaction Namespace