winforms
vb.net
I have a Dataset that I need to loop thru all the grouped ID's and process each group:
Columns
ID, t1, t2, t3, t4, t5
I need separate out each ID to process. There are about 20 rows per ID and can have multiple ID's.
This is how the dataset (DS) is populated:
SQLHelperDS.FillDataset(Co
nfig_ConSt
ring, "dbo.spMATERIALTEST_STATS_
SEL", ds, New String() {"MATERIALTESTRESULTS_TEST
S"}, "20931")
Start Free Trial