Class AbpUnitOfWorkOptions
Inheritance
AbpUnitOfWorkOptions
Assembly: Volo.Abp.Uow.dll
Syntax
public class AbpUnitOfWorkOptions : IAbpUnitOfWorkOptions
Constructors
AbpUnitOfWorkOptions()
Declaration
public AbpUnitOfWorkOptions()
AbpUnitOfWorkOptions(bool, IsolationLevel?, int?)
Declaration
public AbpUnitOfWorkOptions(bool isTransactional = false, IsolationLevel? isolationLevel = null, int? timeout = null)
Parameters
Properties
IsTransactional
Declaration
public bool IsTransactional { get; set; }
Property Value
IsolationLevel
Declaration
public IsolationLevel? IsolationLevel { get; set; }
Property Value
Timeout
Declaration
public int? Timeout { get; set; }
Property Value
Methods
Clone()
Declaration
public AbpUnitOfWorkOptions Clone()
Returns
Implements
Extension Methods