Monday, November 19, 2012

HOW TO: query many-to-many relations in EF 4


While working with Entity Framework I found my self a bit lost while working with many-to-many relations, as I expect that a class should exist to represent the many-to-many relation table, but in fact, it doesn't exist. So how on earth do you make a query that intends to use the many-to-many relation?...

The answer come from the usual suspect, her's the link at StackOverflow:

http://stackoverflow.com/questions/553918/entity-framework-and-many-to-many-queries-unusable

No comments:

Post a Comment