You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: