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?
 

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