Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public List<UnitOfWorkElement2> GetEntityElementsToDelete()

Return Value

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