Click or drag to resize
DataAccessAdapterCoreOnSaveEntity Method
Called right before the actual Save action is 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 OnSaveEntity(
	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 will be saved by saveQuery
See Also