Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<UnitOfWorkElement> GetEntityElementsToDelete()

Return Value

Type: ListUnitOfWorkElement
new list with all UnitOfWorkElements with the entities which are added using AddForDelete
See Also