M
Mika M
Hello!
I add column into DataTable after table is filled into DataSet like ...
ds.Tables("WorkQueue").Columns.Add("OpenQty", GetType(Integer),
"OrderedQty-PreparedQty")
This column will be the last one, but how can I place it just after
'OrderedQty' 'PreparedQty' columns, because then it's not the last column?
Is this even possible?
I add column into DataTable after table is filled into DataSet like ...
ds.Tables("WorkQueue").Columns.Add("OpenQty", GetType(Integer),
"OrderedQty-PreparedQty")
This column will be the last one, but how can I place it just after
'OrderedQty' 'PreparedQty' columns, because then it's not the last column?
Is this even possible?