Hello,

Some result of my dataacess layer return an IList<> this list is binded with
some controls.

When I save the change, I see a query is executed for each line (I see with
NHProf) even for each record even for the record without any change.

 I have a save method with an item in argument and a seva method witn an
IList<> in arg. When I use the save with IList<> in arg I call in a loop the
Save with item. In this save there is transaction (for each item)

Is it normal ? Is there "something to do" ?

Thanks,

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to