Updating DataTable asynchronously

  • Thread starter Thread starter John Wood
  • Start date Start date
J

John Wood

I want to update a DataRow asynchronously without it affecting any changes
that have been made by the user. I don't want these changes to be picked up
by the command builder, for example. Is there any way to edit the data in
the DataRow directly without having to go through AcceptChanges and all
that?

Thanks,
John
 
Thanks for your reply.

Right that's what I do right now. I was hoping there might be a way to
preserve the command builder functionality AND have the table updated
independently.

I guess not?
 
Back
Top