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