Changing dataset rowstate

  • Thread starter Thread starter sahridhayan
  • Start date Start date
S

sahridhayan

hi

i want to change the rowstate of the record (modified)
into added ?

is it possible to do?

regs
sahridhayan
 
Hi,

Nope.
A workaround might be that you store row's fields values into object array
(DataRow.ItemArray), remove the row, add the row with stored data.
 
Back
Top