hi, I have a standard object that contains a collection of sections. Each section has a collection of questions.
Each question has a display order for example: Q1's display order is 1.1 Q2's display order is 1.2 Q3's display order is 1.3 Q4's display order is 1.4 If I delete Q2, I need to reorder the display order so it reads: 1.1 1.2 1.3 They are all Nh objects. What is the best way to handle the updates with NHibernste? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
