2
Reply

How to get value of all rows from a column in a DataTable?

diamond diamond

diamond diamond

Aug 29 2013 3:11 PM
1.2k
Hi,
I want to save all values of last name of this data table in list by linq

| ID | FirstName | LastName | Age | +----+-----------+----------+-----+ |  1 | Alice     | Wannabe  | 22  | |  2 | Bob       | Consumer | 27  | |  3 | Carol     | Detector | 25  |

Answers (2)