subsonic / SubSonic-3.0-Templates

T4 Template Project for the peeps
http://subsonic.github.io/
105 stars 46 forks source link

Many to many SQL in SQLServer.ttinclude #51

Open Korayem opened 13 years ago

Korayem commented 13 years ago

Why doesnt subsonic 3 handle Many to many relationships?

For example if I have "Blog" and "Category" tables who are mapped using a mapping or joining table using complex Primary key, Subsonic should give me the ability to write Blog.Find(<>).Single().Categories to get a list of all Categories associated with the selected blog post