Class UnitOfWorkExtensions
Inheritance
System.Object
UnitOfWorkExtensions
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public static class UnitOfWorkExtensions : object
Methods
IsReservedFor(IUnitOfWork, String)
Declaration
public static bool IsReservedFor(this IUnitOfWork unitOfWork, string reservationName)
Parameters
Type | Name | Description |
---|---|---|
IUnitOfWork | unitOfWork | |
System.String | reservationName |
Returns
Type | Description |
---|---|
System.Boolean |