Batched update using strongly typed table adapter

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Hi all,

Is it somehow possible to do do batched updates with table adapters in
the same way you can with data adapters?

I expected the methods to be much the same but apparently not. If it
isn't possible can anyone tell me how to do batched updates on a
strongly typed datatable?

Thanks

Simon
 
Using a partial class, expose the underlying data adapter by making it
public. Then you can do anything.
 

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