score:0

Accepted answer

i would look into using linq to sql for your problem instead of linq to datasets. instead of writing your query in sql you can do it using c# directly which could afford you more options (custom objects) without the limitation and headache of dealing with the dataset and friends.


Related Query

More Query from same tag