A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
One option is Linq: Group query results
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All, I am working on a WPF application where data is returned to UI from datatable. This datatable has five columns including a "count" column and I want to group data in datatable based on other four columns and this count table should display the sum of "count" values for a group. Please advise how can I implement the same using C#. Thanks and Regards
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Answer accepted by question author
One option is Linq: Group query results