EntityCoreTFieldsOnValidateEntityAfterSave Method  | 
 
            Method to validate the containing entity right after the entity's save action has been completed and the entity has been refetched (if applicable). 
            Note for adapter users: if the entity wasn't set to be refetched, take into account that reading properties from the containing entity will result in an
            OutOfSync exception.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxprotected virtual void OnValidateEntityAfterSave()
Protected Overridable Sub OnValidateEntityAfterSave
See Also