Is there any way we can get the underlying "many to many table" joining the two entities in entity framework.
For example if we have Product and Order entities, how can we get the underlying conjunction table Product_Order that joins the Product and Order table.
Any help would be appreciated.