Change connection tree to show SQL types when in SQL mode
When I am editing an SQL query it is often useful to know specific information about the fields in a table as they exist in the database, rather than the fields and types that are relevant for C#.
Currently the treeview shows (potentially modified) names, .NET types and additional fields for associations. The original object name and SQL data type is available by hovering over the entities in the treeview.
When working on an SQL query it is more useful to have the unmodified database objects and types visible in the treeview.

-
Corey commented
OK, in the general case LINQPad does actually function this way. Where it DOESN'T work is probably a bug, which I will now submit.
Feel free to ignore this feature request :)