IUnitOfWorkCoreIsEmpty 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.9.0.0 (5.9.0)
SyntaxReadOnly Property IsEmpty As Boolean
	Get
Return Value
Type: 
Booleantrue if there's no work in this unit of work, false otherwise
See Also