LLBLGenProDataSourceBaseEntityUpdated Event |
Event which is raised when LivePersistence is set to true and an entity was updated successfully. The updated entity is part of the
event args.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.4.0.0 (5.4.0)
Syntax Remarks Be aware that if you're using Adapter the entity is in general 'out-of-sync' so you can only access PK values without a problem.
See Also