Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected virtual void OnEntityCreated(
	IEntity2 createdEntity
)

Parameters

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