Get columns names

Options
I am trying to do a SqlBulkCopy from csv file to db. Since the columns are more than 50, I need to get columns names from DataContext's table. How to do this? Or is there a better way to do bulk copy?

Comments