UnitOfWork2GetEntityElementsToDelete Method |
Gets the UnitOfWorkElement2s with the entities which are added with AddForDelete, in a new List.
To remove an entity, call
RemoveFromUoW(IEntity2)
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 List<UnitOfWorkElement2> GetEntityElementsToDelete()
Public Function GetEntityElementsToDelete As List(Of UnitOfWorkElement2)
Return Value
Type:
ListUnitOfWorkElement2new List with all UnitOfWorkElement2s with the entities which are added using AddForDelete
See Also