Seelenfieber
Programmer
I'd like to set Relations with more than one Datacolumn
in my Dataset between Datatables.
dim Col as DataColumn()
Col = New DataColumn() {DataSet1.Tables(tvSel.Nodes(1).Text).Columns(0), DataSet1.Tables(tvSel.Nodes(1).Text).Columns(1)}
Static constructor of the Datacolumn-array is no problem.
Now I need a dynamic init of this Datacolumn()
because I don't know how much columns are affected.
Any way to build a String and evaluate it or other idea?
Thanks for reply
in my Dataset between Datatables.
dim Col as DataColumn()
Col = New DataColumn() {DataSet1.Tables(tvSel.Nodes(1).Text).Columns(0), DataSet1.Tables(tvSel.Nodes(1).Text).Columns(1)}
Static constructor of the Datacolumn-array is no problem.
Now I need a dynamic init of this Datacolumn()
because I don't know how much columns are affected.
Any way to build a String and evaluate it or other idea?
Thanks for reply