Click or drag to resize

UnitOfWork2.GetEntityElementsToDelete 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.12.0.0 (5.12.0)
Syntax
public List<UnitOfWorkElement2> GetEntityElementsToDelete()

Return Value

Type: List<UnitOfWorkElement2>
new List with all UnitOfWorkElement2s with the entities which are added using AddForDelete
See Also