T
tony
Hello!
I have a DataTable with a lot of DataRows.
Each row has several DataColumn but here are the most relevant for my
question.
Groups and Units.
There are many DataRow having the same Groups.
I want to create a linq query that sum the Units for each Groups
//Tony
I have a DataTable with a lot of DataRows.
Each row has several DataColumn but here are the most relevant for my
question.
Groups and Units.
There are many DataRow having the same Groups.
I want to create a linq query that sum the Units for each Groups
//Tony