jojo
jojo

Reputation: 13843

Does anyone use SubSonic in .Net

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

Answers (2)

Bill Martin
Bill Martin

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.

Example

Otherwise you could use the Simple Query Tool.

Upvotes: 1

Achilles
Achilles

Reputation: 11299

I think a good place to get an understanding might be for you to take a listen to HanselMinutes. Here is the episode with the creator of SubSonic.

Upvotes: 1

Related Questions