Is there a way to get NH to automatically set the single-end of an association when inserting a child into a many end of a bi-directional association? Or perhaps an extension?
e.g. purchaseOrder1.Lines.Add(purchaseOrderLine1); would also set purchaseOrderLine1.PurchaseOrder; purchaseOrderLine1.PurchaseOrder = purchaseOrder1; would also insert into purchaseOrder1.Lines; -- 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.
