How select on column in datatable and assign it to datarow array

Hello @moha_attia,

Hope this could help you, the following link os for a similar problem:

You can use something similar to ExtractDataTable.AsEnumerable.Select(Function(row) row(“City”).ToString)

Best regards,
Susana

1 Like