Linq to SQL - How to inner join tables from different Data Context?
Posted
by jinsungy
on Stack Overflow
See other posts from Stack Overflow
or by jinsungy
Published on 2009-10-08T13:29:18Z
Indexed on
2010/05/20
23:20 UTC
Read the original article
Hit count: 507
I have two tables from two different Data Contexts. Although both tables are from the same database, two separate datacontexts exist.
Error msg: "The query contains references to items defined on a different data context."
How can I get around this? Any help is appreciated. Thanks.
© Stack Overflow or respective owner