Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have three tables those are 'Roles', 'Paths', 'RolesPathsXref' tables. In Roles table RoleId is primarykey and In paths table pathId is primarykey. RolesPathsXref table has two columns having RoleId, PathId . Both are primary keys and foreign keys. i need to get data from the RolesPathsXref table, but the table is not coming in the my .edmx file. I'm not getting this table. Can anyone help me to find this.
Posted
Comments
Sergey Alexandrovich Kryukov 23-Sep-11 2:25am    
How?
--SA

1 solution

I search you question and found "RolesPathsXref" at three positions but the table itself is not found. :-)
Did you get a hint?

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900