Datarowversion

  • Thread starter Thread starter joeycalisay
  • Start date Start date
J

joeycalisay

Is there really a way to debug for the rowversions of a datarow, directly
using Watch or Command Window (doesn't have indexer error)?

The only way I can do this is a utility that outputs rowversions using Trace
window...
 
Ur probably using C#? Yeah C#'s immediate window is less than ideal. Press
Shift + F9 for the quickwatch window (select a variable first). That helps
at times (but not always).

If it helps, 2005's C# immediate window is a lot better.

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top