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.10.0.0 (5.10.0)
Syntaxprotected virtual void OnEntityCreated(
	IEntity createdEntity
)
Protected Overridable Sub OnEntityCreated ( 
	createdEntity As IEntity
)
Parameters
- createdEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
The newly created entity 
See Also