Format SQL results table with one row vertically instead of horizontally
I frequently find myself using plain SQL instead of LINQ (some queries are just easier and faster to write). It would be great to have an option that if the result set only contained one row to format it as a single entity in the vertical format instead of the horizontal format. Essentially, it would look the same way if you were to call Table.First(), where all the properties are listed vertically and you only have to scroll down. This would make it much easier to scroll through tables that have many columns when I'm only selecting one row from them.
2
votes
Connor
shared this idea