Click or drag to resize
UnitOfWorkGetEntityElementsToUpdate Method
Gets the UnitOfWorkElements with the entities which are added with AddForSave and which are not new . To remove an entity, call RemoveFromUoW(IEntity)

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<UnitOfWorkElement> GetEntityElementsToUpdate()

Return Value

Type: ListUnitOfWorkElement
new List with all UnitOfWorkElements with the entities which are added using AddForSave and which are not new
See Also