|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Batched update using strongly typed table adapterHi 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. 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 |
|||||||||||||||||||||||