UnitOfWorkGetCollectionElementsToDelete Method |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public List<UnitOfWorkCollectionElement> GetCollectionElementsToDelete()
Public Function GetCollectionElementsToDelete As List(Of UnitOfWorkCollectionElement)
Return Value
Type:
ListUnitOfWorkCollectionElementnew List with all UnitOfWorkCollectionElements with the entities which are added using AddCollectionForDelete
See Also