Hi, I am new in subsonic, and can't find the way to load data whith it's parents or childs data in one query. Is it possible in subsonic?
+2
A:
Basically no SubSonic 2 does not support deep loading. It is possible in SubSonic 3 using IQueryable however. See the following post for more:
http://stackoverflow.com/questions/770570/subsonic-deeploads-is-this-supported
Adam
2009-05-18 11:59:39
A:
You CAN do it with subsonic 2. Make a partial class with the same namespace and class name.
Then create a property that loads the data when it is called.
Rick Ratayczak
2009-05-20 11:53:32