Click or drag to resize
UnitOfWorkGetCollectionElementsToDelete Method
Gets the UnitOfWorkCollectionElements with the collections which are added with AddCollectionForDelete, in a new List. To remove a collection, call RemoveCollectionFromUoW(IEntityCollection)

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<UnitOfWorkCollectionElement> GetCollectionElementsToDelete()

Return Value

Type: ListUnitOfWorkCollectionElement
new List with all UnitOfWorkCollectionElements with the entities which are added using AddCollectionForDelete
See Also