hi ;
I have a dataset that filled the below query
SELECT FIELD1,FIELD2,FIELD3,FIELD4
I want to group by that query according to FIELD4
Thanks from now .
how to use linq group by in dataset
