Board index » Visual Studio » Debug & Command Window
|
bdw
|
Debug & Command Window
Visual Studio168
When I'm debugging my program...it would be nice to be able to see what my datatable has in it. I'm currently trying to figure out a way by using the command window. I read something about dataset.getxml()...but I have my data stored in a datatable. I know I can do: ? dt.rows(0).item("name") But I was hoping to display the entire content. Any ideas? -bruce - |
