How to set DataRowState value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to used DataRowState as a flag to process data. My question is how to
set DataRowState value to "Added/Deleted/Modified/Unchanged"?
Thanks in advance
 
Li,

The DataRowState is a property that is set as result of an action. That
action does more, it preserve in some situations the original data,
therefore is in my idea your qeustion not to answer with an easy set.

Cor
 

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