Alright here's the code :

Code:
        Dim listItem = (From rowItem In newDatatable.AsEnumerable() _
                            Select New With {.SIGN_NAME = rowItem.Field(Of String)("SIGN_NAME")}).ToList