Class AbpUnitOfWorkDefaultOptions
Inheritance
object
AbpUnitOfWorkDefaultOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public class AbpUnitOfWorkDefaultOptions
Constructors
AbpUnitOfWorkDefaultOptions()
Declaration
public AbpUnitOfWorkDefaultOptions()
Properties
IsolationLevel
Declaration
public IsolationLevel? IsolationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Data.IsolationLevel? |
Timeout
Declaration
public int? Timeout { get; set; }
Property Value
Type | Description |
---|---|
int? |
TransactionBehavior
Declaration
public UnitOfWorkTransactionBehavior TransactionBehavior { get; set; }
Property Value
Type | Description |
---|---|
UnitOfWorkTransactionBehavior |
Methods
CalculateIsTransactional(bool)
Declaration
public bool CalculateIsTransactional(bool autoValue)
Parameters
Type | Name | Description |
---|---|---|
bool | autoValue |
Returns
Type | Description |
---|---|
bool |