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

TransactionScope Constructor

Creates a new instance with a TransactionScopeOptions.Required and TransactionOptions.IsolationLevel.ReadCommitted.

Overload List

Creates a new instance with a TransactionScopeOptions.Required and TransactionOptions.IsolationLevel.ReadCommitted.

public TransactionScope();

Creates a new instance with the specified TransactionScopeOptions and TransactionOptions.IsolationLevel.ReadCommitted.

public TransactionScope(TransactionScopeOptions);

Creates a new instance.

public TransactionScope(TransactionScopeOptions,TransactionOptions);

See Also

TransactionScope Class | IBatisNet.Common.Transaction Namespace