I have a situation where of the entities (Patient, in my case) in my model seems to be updated every time one of the entities is selected. If I issue a query that returns, say, 20 patients, then I will see 20 update statements in NHProf after the query. (BTW, thanks for a great tool Ayende!)
I have had this problem before when I had not mapped enumerated types correctly, but it does not seem to be the case here. My question is, is there a way for me to work out which property is causing an object to become dirty? I think the answer might involve the FindDirty method in IInterceptor, but I have not been able to figure it out... I'd be grateful for any helpful hints. --John -- 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.
