I have two .edmx
files each containing different entities, using the same database.
On file one i have my app logic entities, one of them is a table called Report
.
On the other file i have infrastructure entities such as User
table and some authentication stuff.
I want to add a Navigation property from Report
on file one to use User
on the other file. Is it possible ? I am used to just drawing an association with the toolbox but I don't see how i can stretch the line from one designer to the other.