Online Home
List<string> DataList2 = dt.AsEnumerable().Select(row => row.Field<string>("value")).ToList();
No comments:
Post a Comment