Click or drag to resize
DataAccessAdapterCoreOnSaveEntityCollection Method
Called at the start 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)
Syntax
protected virtual void OnSaveEntityCollection(
	IEntityCollection2 entityCollectionToSave
)

Parameters

entityCollectionToSave
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection to save
See Also