← Customer Feedback for LINQPad Settings and activity 1 result found provide the ability to query multiple schemas with the IQ driver for oracle. 65 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 3 comments · LINQPad Feature Suggestions · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Anonymous commented · Nov 29, 2012 · Edit… · Delete… Also, would be good if you could join two tables from different servers like this: var x = from c in server1.users.sometable join d in server2.dept.sometable on c.userid equals d.userid select new { c, d } Save Submitting...
Also, would be good if you could join two tables from different servers like this:
var x = from c in server1.users.sometable
join d in server2.dept.sometable
on c.userid equals d.userid
select new { c, d }