iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

TransactionScopeOptions Enumeration

Describes how a transaction scope is associated with a transaction.

[Visual Basic]
Public Enum TransactionScopeOptions
[C#]
public enum TransactionScopeOptions

Members

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.

Requirements

Namespace: IBatisNet.Common.Transaction

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IBatisNet.Common.Transaction Namespace