| UnitOfWork2GetCollectionElementsToDelete Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic List<UnitOfWorkCollectionElement2> GetCollectionElementsToDelete()
Public Function GetCollectionElementsToDelete As List(Of UnitOfWorkCollectionElement2)
Return Value
Type: 
ListUnitOfWorkCollectionElement2new List with all UnitOfWorkCollectionElement2s with the entities which are added using AddCollectionForDelete
See Also