dataset to Listusing linq

前端 未结 6 703
别跟我提以往
别跟我提以往 2021-02-06 13:18

I have a DataSet and I want to convert the DataSet into List

T - type object

How convert my DataSet?

6条回答
  •  無奈伤痛
    2021-02-06 13:52

    Thanks for all the above posts...

    I have done it with using Linq Query, for detail visit the link

    http://codenicely.blogspot.com/2012/02/converting-your-datatable-into-list.html

提交回复
热议问题