UnitOfWorkGetEntityElementsToDelete Method  | 
 
            Gets the UnitOfWorkElements with the entities which are added with AddForDelete, in a new list. 
            To remove an entity, call 
RemoveFromUoW(IEntity) 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxpublic List<UnitOfWorkElement> GetEntityElementsToDelete()
Public Function GetEntityElementsToDelete As List(Of UnitOfWorkElement)
Return Value
Type: 
ListUnitOfWorkElementnew list with all UnitOfWorkElements with the entities which are added using AddForDelete
See Also