UnitOfWork2AddCollectionForSave Method (IEntityCollection2) | 
 
            Adds the collection with entities for saving. No recursion and no refetch are done for these entities.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic void AddCollectionForSave(
	IEntityCollection2 collectionToSave
)
Public Sub AddCollectionForSave ( 
	collectionToSave As IEntityCollection2
)
Parameters
- collectionToSave
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
collection with entities to be added for saving 
See Also