UnitOfWork2IsEmpty Property |
Gets whether the unit of work is empty
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
Return Value
Type:
Booleantrue if there's no work in this unit of work, false otherwise
Implements
IUnitOfWorkCoreIsEmptySee Also