Hi,
I am reading an excel sheet into a data table. Now I like to add this data table to queue with unique reference as one of the columns, employee id. Instead of looping through all the rows, how to use LINQ query to add this column “reference” with values from “employee id” column?