I am finding solution to put data from a column in a datatable into list of string. At the moment, I loop row by row in datatable and add each item value into list of string. I want to find a better solution for that.
Please help me if you have any idea.
It throws an error with content as below:
Cannot assign from type ‘System.Data.EnumerableRowCollection’1[System.Collections.Generic.List’1[System.Char]]’ to type ‘System.Collections.Generic.List’1[System.String]’ in Assign activity’Assign.’
Please help.
How could I specify a [Where] clause whitin the select query…? I Want to make a list from a datatable but I need to specify conditions for one specific column. Thank you!