Fastest way to convert datatable to generic list
- by Joel Coehoorn
I have a data tier select method that returns a datatable. It's called from a business tier method that should then return a strongly typed generic List.
What I want to do is very similar (but not the same as) this question:
http://stackoverflow.com/questions/208532/how-do-you-convert-a-datatable-into-a-generic-list
What's different is that I…