 |
Convert Array into DataTable - C#, ASP.Net, VB.Net
Hi, Below method is used to convert Array into DataTable. All you have to use LoadDataRow() method of DataTable to convert Array to DataTable. Lets see the method. The code example is based on C#. public static DataTable GetDataTableFromArray(object[] arr
www.dotnetspark.com |
 |