EntityFactoryCore2OnEntityCreated Method |
Method which is called from Create(fields), 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(
IEntity2 createdEntity
)
Protected Overridable Sub OnEntityCreated (
createdEntity As IEntity2
)
Parameters
- createdEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
The newly created entity
See Also