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.4.0.0 (5.4.0)
Syntax protected 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