Interface IUnitOfWorkManager
Assembly: Volo.Abp.Uow.dll
Syntax
public interface IUnitOfWorkManager
Properties
Current
Declaration
IUnitOfWork Current { get; }
Property Value
Methods
Begin(AbpUnitOfWorkOptions, Boolean)
Declaration
IUnitOfWork Begin(AbpUnitOfWorkOptions options, bool requiresNew = false)
Parameters
Returns
BeginReserved(String, AbpUnitOfWorkOptions)
Declaration
void BeginReserved(string reservationName, AbpUnitOfWorkOptions options)
Parameters
Reserve(String, Boolean)
Declaration
IUnitOfWork Reserve(string reservationName, bool requiresNew = false)
Parameters
Type |
Name |
Description |
System.String |
reservationName |
|
System.Boolean |
requiresNew |
|
Returns
TryBeginReserved(String, AbpUnitOfWorkOptions)
Declaration
bool TryBeginReserved(string reservationName, AbpUnitOfWorkOptions options)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods