Reputation: 13843
in SubSonic 3, if i use SimpleRepository,
can i ask it to generate forkey as well include "one to many", "one to one" and "many to many"
is there any sample code i can have a look at????
what i see from its demo, is only for one table, not dealing with relationship
..if it cannot deal with relationship...i won`t go into it and use it then...
Upvotes: 0
Views: 195
Reputation: 4943
I recommend using the new Linq features built into subsonic 3. It should give you all you need for those types of joins.
Otherwise you could use the Simple Query Tool.
Upvotes: 1