Creating MLDataTable Using [MLDataTable.Rows.Element]

24 Views Asked by At

I have an array of MLDataTable.Rows.Element and I want to construct a new MLDataTable with it. MLDataTable does not provide an initializers, which takes in the array etc. Any ideas how I can construct a new MLDataTable.

0

There are 0 best solutions below