| DataAccessAdapterCoreOnSaveEntityCollectionComplete Method  | 
 
            Called at the end of the SaveEntityCollection() method
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual void OnSaveEntityCollectionComplete(
	IEntityCollection2 entityCollectionToSave
)
Protected Overridable Sub OnSaveEntityCollectionComplete ( 
	entityCollectionToSave As IEntityCollection2
)
Parameters
- entityCollectionToSave
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection which was saved 
See Also