Home All Groups Group Topic Archive Search About

How to set DataRowState value

Author
24 Nov 2006 2:17 PM
Li Pang
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

Author
25 Nov 2006 9:30 AM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Li Pang" <LiP***@discussions.microsoft.com> schreef in bericht
news:52C7DBA8-C6B8-4790-A778-7863C64C8C4F@microsoft.com...
> 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