Convert Datatable as Enumerable to List(Of String)

后端 未结 0 1967
长情又很酷
长情又很酷 2020-12-24 12:43

I have datatable dt in the following line of code:

Dim str As List(Of String) = dt.AsEnumerable().Select(Function(a) New With {.WorkZone = a.Field(Of String)(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题