Click or drag to resize
DataAccessAdapterCoreOnSaveEntityComplete Method
Called right after the actual Save action was executed.

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 OnSaveEntityComplete(
	IActionQuery saveQuery,
	IEntity2 entityToSave
)

Parameters

saveQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
the ActionQuery object which will be executed
entityToSave
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
the entity which is saved by saveQuery
See Also