Hi All,
Is it possible to build a data table at run time if we don’t have the columns fixed using Build Data Table activity? If yes, how can we achieve that?
Hi All,
Is it possible to build a data table at run time if we don’t have the columns fixed using Build Data Table activity? If yes, how can we achieve that?
You can do that using “Add Data Column” activity.
WE would prepare init the empty datatable wirh new Datatable()
Then WE can add columns By
Add Data column Activity
and/or
MyDataTableVar.Colums.Add(… method
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.