We have a ...huge... list (say ...100,000...) which needs to be converted to ...DataTable... for ...SqlBulkcopy.... ...Can you guide what could be the fastest way to do this without using for loop?
For now we are doing it like - in below code ...listDos..