Interface IAbpUnitOfWorkOptions
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public interface IAbpUnitOfWorkOptions
Properties
IsTransactional
Declaration
bool IsTransactional { get; }
Property Value
Type | Description |
---|---|
bool |
IsolationLevel
Declaration
IsolationLevel? IsolationLevel { get; }
Property Value
Type | Description |
---|---|
IsolationLevel? |
Timeout
Declaration
int? Timeout { get; }
Property Value
Type | Description |
---|---|
int? |