In a project I am currently working on, I need to access 2 databases in LINQ in the following manner:
I get a list of all trip numbers between a specified d
You may split your query or use a temporary table in database2 filled with results from database1.