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.10.0.0 (5.10.0)
Syntax
RemarksBe 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