EF4 cross database relationships
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-04-27T18:30:02Z
Indexed on
2010/04/27
18:33 UTC
Read the original article
Hit count: 467
entity-framework-4
|cross-database
Hello all,
I was wondering if EF4 support cross-databse relationships? For instance:
db1
Author
Id
Name
db2
Posts
Id
Content
db1.Author.Id
What ideally I need to do to get this relation in my ef4 model?
Do you guys have any idea?
Thanks
© Stack Overflow or respective owner