Thanks for Miha's quick response.
Hi A.M.
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get a tool which can help
you debug the ADO.NET DataSet. If there is any misunderstanding, please
feel free to let me know.
As far as I know, there isn't such a tool. Because the DataSet is an in
memory object in one application. It's hard for us to access it from the
other tool application.
Miha has provided a good suggestion. This is what commonly we do when
debuging a DataSet. Besides, we can also set the whole DataSet as the data
source for the DataGrid. This enable us to get a hierarchical view for all
tables and DataRelation objects. (We can see a DataRow and find its child
rows.) If we use the DataGrid together with the Watch Window, Debug Window
and Breakpoints, it will be more efficient for us to debug the DataSet
object.
Does this answer your question? If anything is unclear, please feel free to
reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."