Hello,

I have a question about Lazy Loading..

I have a simple parent-children model

[Operator] has many [Client]
[Client] has many [Product]

so  [Operator] ------|< [Client] -------|< [Product]

When I do, Client.FindAll, I retrieves all the Operators.. and don't
know why.

I have decorated all my classes with Lazy = true

[ActiveRecord("operators", Schema = "dbo", Lazy = true)]
public class Operator { ... }

[ActiveRecord("clients", Schema = "dbo", Lazy = true)]
public class Client {...}



Can some body explain me this issue..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to