In this article we will learn about How to Convert list to datatable in C#.
If you have a list of data and you want to convert it automatically to datatable without doing any manipulation then below is the code you can follow and do convert it simply.
You can simply call like to convert into dataTable like below,
Summary
Post a Comment