Entity Sql for a Many to Many relationship

Posted by Deepak N on Stack Overflow See other posts from Stack Overflow or by Deepak N
Published on 2009-04-15T08:02:11Z Indexed on 2010/03/25 3:13 UTC
Read the original article Hit count: 473

Consider two tables Bill and Product with a many to many relationship. How do you get all the bills for a particular product using Entity Sql?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about linq-to-entities