Adapter
Version 2.6.08.1013
Windows Client references SD.LLBLGenPro.ORMSupportClasses.NET20
When I Generate My DataModel I am targeting the .Net Framework 3.5
Have .Net Framework 3.5 SP1 installed.
Is there an event I can attach to where I can perform an operation on an entity when Save is called on the entity but before the actual save is performed?
Example: I have a Medication Order, a Fluid Order, and a Lab Order. All three inherit from Order and all have an OrderString property. When save is called on any of these objects I would like to set the OrderString property just before it is actually saved. I would also like to do this in one place if possible such as in the base OrderEntity class. I am looking for an event such as an OnBeforeSave or something to that effect.
Thanks,
Billy Jacobs