I' have a collection of fruits, the parameters that define a fruit is the kind of fruit and the weight.
I want to generate a table for each type of fruit in the data. For example; if in database exist apple, banana and mango, but in the data there only is apples and bananas it must generate just two tables, not three.
I' already know how to create tables and bind them to DataSets
.
I don't know how to create a number X of tables. I could easily get the number of diferents fruits in the data.