I'm trying to create a Pivot using LINQ with dynamic columns. I have created a Pivot in SQL Server where you do not know which columns are going to get used. But don't know how to transfer that into LINQ. Does anyone have links for me to get started on?
Cheers
This might be what you are looking for: http://www.extensionmethod.net/Details.aspx?ID=147
this is the answer from David B in this url