Trying to convert a SQL stored proc that used a group by rollup into a DataTable. I have used LINQ for the most part. But I can't figure out the GROUP BY ROLLUP part. I need to be able to do a GROUP BY ROLLUP for multiple fields on a DataTable. Is this possible at all? I know it is not built into LINQ. Can I execute SQL in memory on the DataTable to do the GROUP BY ROLLUP because it seems overly difficult to do it otherwise.

link|improve this question

possible duplicate of LINQ to SQL version of GROUP BY WITH ROLLUP – Andriy M Oct 23 '11 at 1:35
no Andriy, I have multiple columns in the rollup. The other link does not do that. – Issa Fram Oct 23 '11 at 1:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.