Display SQL table rows vertically?
When I Dump sql tables with many row they are displayed in horizontal row level layout. which is fine
but when I return only one or a few rows I want to columns to be displayed vertically, is that possible?
When I Dump sql tables with many row they are displayed in horizontal row level layout. which is fine
but when I return only one or a few rows I want to columns to be displayed vertically, is that possible?
Comments
Probably not what you want / expect, but a Util.HorizontalRun will display the rows in columns (but not in a grid).
thanks, that was exactly what I wanted. was looking for Util.VerticalRun() :-)
There's also now a Util.Pivot method in the latest beta:
https://www.linqpad.net/LINQPad7.aspx#beta
thanks, looks really good