Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: How to retrieve the number of DataViews in a DataSet?


Message #1 by "Anders Lundholm" <lundholm@s...> on Sat, 4 Nov 2000 16:36:54 +0100
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

--






  Return to Index