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.1.0.0 (5.1.0)
Syntax public 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