Build a blank table, get DataTable definition from another table

Hi, how do I build a blank table which has the same columns, variable types etc from another existing table?

Hi @DEATHFISH,

Refer this post

Thanks,

1 Like

Hi @DEATHFISH

Clones the structure of the DataTable, including all DataTable schemas and constraints, like this.

dt2 = dt1.Clone