Class UnitOfWorkManagerExtensions
Inheritance
object
UnitOfWorkManagerExtensions
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 static class UnitOfWorkManagerExtensions
Methods
Begin(IUnitOfWorkManager, bool, bool, IsolationLevel?, int?)
Declaration
public static IUnitOfWork Begin(this IUnitOfWorkManager unitOfWorkManager, bool requiresNew = false, bool isTransactional = false, IsolationLevel? isolationLevel = null, int? timeout = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitOfWorkManager | unitOfWorkManager | |
| bool | requiresNew | |
| bool | isTransactional | |
| System.Data.IsolationLevel? | isolationLevel | |
| int? | timeout |
Returns
| Type | Description |
|---|---|
| IUnitOfWork |
BeginReserved(IUnitOfWorkManager, string)
Declaration
public static void BeginReserved(this IUnitOfWorkManager unitOfWorkManager, string reservationName)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitOfWorkManager | unitOfWorkManager | |
| string | reservationName |
TryBeginReserved(IUnitOfWorkManager, string)
Declaration
public static void TryBeginReserved(this IUnitOfWorkManager unitOfWorkManager, string reservationName)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitOfWorkManager | unitOfWorkManager | |
| string | reservationName |