IUnitOfWorkCoreAddCollectionForSave Method (IEntityCollectionCore, Boolean, Boolean) | 
 
            Adds the collection with entities for saving. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxvoid AddCollectionForSave(
	IEntityCollectionCore collectionToSave,
	bool refetch,
	bool recurse
)
Sub AddCollectionForSave ( 
	collectionToSave As IEntityCollectionCore,
	refetch As Boolean,
	recurse As Boolean
)
Parameters
- collectionToSave
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
collection with entities to be added for saving - refetch
 - Type: SystemBoolean
When true, it will refetch all entities saved after the save action. - recurse
 - Type: SystemBoolean
When true, the entities in the collection will be saved recursively. 
See Also