UnitOfWorkGetEntityElementsToInsert Method  | 
 
            Gets the UnitOfWorkElements with the entities which are added with AddForSave and which are 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.12.0.0 (5.12.0)
Syntaxpublic List<UnitOfWorkElement> GetEntityElementsToInsert()
Public Function GetEntityElementsToInsert As List(Of UnitOfWorkElement)
Return Value
Type: 
ListUnitOfWorkElementnew List with all UnitOfWorkElements with the entities which are added using AddForSave and which are new
See Also