Linq to Entities / Entity Framework cross edmx “join”

前端 未结 2 1913
离开以前
离开以前 2021-01-03 03:10

I have two entities, each from a different database and therefore different edmx files. There is, however, an infered relationship between them.

Foo has

2条回答
  •  我在风中等你
    2021-01-03 03:54

    You can do this by adding cross-model navigation properties. This requires manually editing the EDMX. There is an example, including LINQ to Entities, here.

提交回复
热议问题