dataset to List<T>using linq

Posted by bharat on Stack Overflow See other posts from Stack Overflow or by bharat
Published on 2010-05-26T21:21:22Z Indexed on 2010/05/26 21:31 UTC
Read the original article Hit count: 453

Filed under:

I have the dataset and I want to convert the dataset into List<T>

T - type object

How do I do it my dataset? It has 10 columns, with all 10 properties my object has and it's returning over 15000 rows. I want to return that dataset into List<obj> and loop it how do I do that?

© Stack Overflow or respective owner

Related posts about LINQ