Group: Forum Members
Posts: 25,
Visits: 46
|
In my application has two business objects, CustomerBO and OrderBO. CustomerBO is mapped to customer table and OrderBO is mapped to order table. CustomerBO is the parent business object of OrderBO. The reference integrity of customer and order tables not set in the database. I want to prevent the application from deleting the record in customerBO if the record is referenced by orderBO records. May I know how the business object can prevent this deletion?
|