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.1.0.0 (5.1.0)
Syntax protected 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