Been many years since i programmed for real
and i seem to remember there was something with having some nested lists or something
so if i have a dataset
workstationid(packid, craftid, packnamepackid, craftid, packname,packid2, craftid2, packname2), workstationid(packid, craftid, packname,packid2, craftid2, packname2) etc.
and you'd call it by like dataset[1],craftid[2] to get the craftid2 of the number 1 set.
but i cant for the life of me figure out how to do something similar in c#
does anyone have a simple clean example of doing this?
and i seem to remember there was something with having some nested lists or something
so if i have a dataset
workstationid(packid, craftid, packnamepackid, craftid, packname,packid2, craftid2, packname2), workstationid(packid, craftid, packname,packid2, craftid2, packname2) etc.
and you'd call it by like dataset[1],craftid[2] to get the craftid2 of the number 1 set.
but i cant for the life of me figure out how to do something similar in c#
does anyone have a simple clean example of doing this?