| EntityCoreTFieldsOnBeforeEntitySave Method  | 
 
            This method is called from the DataAccessAdapter method OnBeforeEntitySave(), unless that method is overriden. You can override 
            this OnSave method instead, which allows you to make last minute changes, though keep the logic to do that in the entity.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual void OnBeforeEntitySave()
Protected Overridable Sub OnBeforeEntitySave
See Also