Do you mean lazy loading? see here: http://www.castleproject.org/activerecord/documentation/trunk/usersguide/lazy.html
please note that enabling lazy load on an activerecord type requires marking members as virtual, and also has some implications on running a web app in medium trust On Thu, Jul 30, 2009 at 12:04 AM, Diego Dias <[email protected]> wrote: > > Hello, > > I live in Brazil and I’m programmer C# + AR. I’m with a problem, in my > model exists some types of relationship, like "BelongsTo" and > "HasMany", but I want load this relationships only sometimes. How I do > it? > > sorry the errors in the my english, I'm learning. > > Thank’s > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
