views:

26

answers:

0

Hello,

We developped our application with Subsonic 2 and c#. LazyLoading config has been set to false, all our application has been developped that way. But now we have run on memory problems when loading large collections and then serialize them (to send it back via web services). We can't enable lazy loading now as we would have to edit the major part of our application, and waste a lot of time. Is there a way to chose the type of loading (lazy or not) per request/collection loading ?

Thank you