How to set DataRowState value

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Li Pang

    #1

    How to set DataRowState value

    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
  • Cor Ligthert [MVP]

    #2
    Re: How to set DataRowState value

    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

    "Li Pang" <LiPang@discuss ions.microsoft. comschreef in bericht
    news:52C7DBA8-C6B8-4790-A778-7863C64C8C4F@mi crosoft.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

    Comment

    Working...