A quick question!
If I have a DataSet, how can I find the number of DataViews available?! I
recon it's a DataView one is adding to the DataSet for each DataSetCommand?!
For instance, consider the following code snippet:
oDataSetCommand.FillDataSet(oDataSetReturn, "GalleryCategories");
<more code>
oDataSetCommand.FillDataSet(oDataSetReturn, "Images");
In my practice of working with the datasets and become familiar with the
technology, I asked myself if it wasn't possible to iterate through the
DataViews in a DataSet (and then possible each DataRow and DataColumn).
Isn't this essentially the DataSetCommand adding more dataviews to the
DataSet? Or is it DataTables, which then 'filtered' or the like which
becomes a custom DataView? (I'm a bit confused here).
Thanks in advance!
with regards
anders lundholm · lundholm@s...
the sphereworx / monoliner experience
--