SyntaxFix
Write A Post
Hire A Developer
Questions
Where the data returned is a string; you could cast to a different data type:
(from DataRow row in dataTable.Rows select row["columnName"].ToString()).ToList();