Hi,
this is for a school project, due to be delivered way to soon so... any help would so be appreciated
thing is: i have a seperate data layer and domain layer
if i want to use nhib's lazy loading i need to have the same session
which i can do by opening a session, then disconnecting, and reconnecting and so on.. but i need to be able to reconnect when objects are (lazy) loaded and disconnect the session after the loading is complete..
is there an event i can subscribe to or a method i can override?
thx in advance!!!
|