dimanche 26 avril 2015

Query datatable using linq to get count order by

I have a DataTable something like shown below. i need to query it using linq

Something like this Query in linq

select B, Count(C)
from DataTable
group by B

Aucun commentaire:

Enregistrer un commentaire