Hi all,
I am trying to copy the structure (just the column headers no values) of one data table to another. My newly created data table should have the same columns as the other data table.
I am trying to see if there are any functions that's similar to the Datatable.Clone function. I can create columns one by one but I don't think that's the effective way to do it.