Associate tables from different databases - Entity Framework
问题 I'd like to know how to (if possible) associate tables from different databases using entity framework. I have one edmx for my "xyz" database and another for my "abc" I need to associate them using EF. I know how to fix this using FKs, but that's not what I want, I'd like to be able to do that using the visual editor, not adding, by hand, a FK to my DB. Here's a pratical example of what I'd like to accomplish: Table User - database: abc Table Message - database: xyz I'd like to associate User