markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Add ability to join tables in different databases. #296

Open hoopy opened 11 years ago

hoopy commented 11 years ago

So things like

SELECT * FROM Database1..Foo f WHERE Zip in (SELECT Zip FROM Database2..Bar WHERE BarID = f.BarID)

would be possible.