How can I easily view the contents of a datatable or dataview in the immediate window

后端 未结 8 1582
情书的邮戳
情书的邮戳 2020-12-04 13:02

Sometimes I will be at a breakpoint in my code and I want to view the contents of a DataTable variable (or a DataTable in a DataSet).

8条回答
  •  猫巷女王i
    2020-12-04 13:52

    Give Xml Visualizer a try. Haven't tried the latest version yet, but I can't work without the previous one in Visual Studio 2003.

    on top of displaying DataSet hierarchically, there are also a lot of other handy features such as filtering and selecting the RowState which you want to view.

提交回复
热议问题