Click or drag to resize
UnitOfWork2GetCollectionElementsToSave Method
Gets the UnitOfWorkCollectionElement2s with the collections which are added with AddCollectionForSave, in a new List. To remove a collection, call RemoveCollectionFromUoW(IEntityCollection2)

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<UnitOfWorkCollectionElement2> GetCollectionElementsToSave()

Return Value

Type: ListUnitOfWorkCollectionElement2
new List with all UnitOfWorkCollectionElement2s with the entities which are added using AddCollectionForSave
See Also