Home All Groups Group Topic Archive Search About

Batched update using strongly typed table adapter

Author
13 Mar 2007 9:34 AM
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

Author
13 Mar 2007 12:43 PM
Jim Rand
Using a partial class, expose the underlying data adapter by making it
public.  Then you can do anything.

Show quote
"Simon" <si***@nothanks.com> wrote in message
news:%23waUTLVZHHA.4940@TK2MSFTNGP05.phx.gbl...
> 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
Author
13 Mar 2007 7:07 PM
Simon
Thanks Jim - thats a big help

Simon

AddThis Social Bookmark Button