Click or drag to resize

EntityFactoryCoreOnEntityCreated Method

Method which is called from Create(), after the entity has been created. Receives the newly created entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual void OnEntityCreated(
	IEntity createdEntity
)

Parameters

createdEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
The newly created entity
See Also